diff --git a/layouts/index.html b/layouts/index.html index d7711bc..1c97468 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,10 +19,8 @@ {{ if isset .Params "description" }} {{ .Description }} - {{ else if gt (len .RawContent) 120 }} - {{ slicestr .RawContent 0 120 }}... {{ else }} - {{ .RawContent }} + {{ .Summary }}… {{ end }}