diff --git a/layouts/partials/widgets/posts.html b/layouts/partials/widgets/posts.html index 9ca69824..02497313 100644 --- a/layouts/partials/widgets/posts.html +++ b/layouts/partials/widgets/posts.html @@ -13,7 +13,7 @@ {{ with $page.Params.subtitle }}
{{ . | markdownify }}
{{ end }} {{ if gt $posts_len $page.Params.count }}- + {{ with $page.Params.str_all }}{{ . | markdownify }}{{ end }} @@ -27,7 +27,7 @@