diff --git a/layouts/index.html b/layouts/index.html index f321f35..6e5b69b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -29,46 +29,41 @@
+
{{ end }}
{{ .excerpt.rendered | plainify | truncate 150 }}
++ {{ if .Params.excerpt }} + {{ .Params.excerpt }} + {{ else if .Summary }} + {{ .Summary }} + {{ else }} + {{ truncate 200 .Content }} + {{ end }} +
+
{{ end }}
{{ .excerpt.rendered | plainify | truncate 100 }}
++ {{ if .Params.excerpt }} + {{ .Params.excerpt }} + {{ else if .Summary }} + {{ .Summary }} + {{ else }} + {{ truncate 200 .Content }} + {{ end }} +