diff --git a/layouts/partials/post_li.html b/layouts/partials/post_li.html index 98aca7c4..b56ee798 100644 --- a/layouts/partials/post_li.html +++ b/layouts/partials/post_li.html @@ -12,15 +12,15 @@ {{ partial "article_metadata" (dict "content" $post "is_list" 1) }} -

+

{{ if $post.Params.summary }} - {{ printf "%s" $post.Params.summary | markdownify }} +

{{ printf "%s" $post.Params.summary | markdownify }}

{{ else if $post.Truncated }} {{ $post.Summary }} {{ else }} {{ $post.Content }} {{ end }} -

+

{{ with $page.Params.str_read_more }}{{ . | markdownify }}{{ end }}