diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html index 630edf1..cbe6d04 100644 --- a/layouts/partials/post-list.html +++ b/layouts/partials/post-list.html @@ -10,7 +10,7 @@ {{ if .Site.Params.useDescriptionReplaceSummary }}

{{ .Description | plainify }}

{{ else }} -

{{ .Summary | plainify }}

+

{{ .Summary | plainify | htmlUnescape }}

{{ end }} {{ end }}