diff --git a/layouts/shortcodes/postlist.html b/layouts/shortcodes/postlist.html index afa9f53..040402f 100644 --- a/layouts/shortcodes/postlist.html +++ b/layouts/shortcodes/postlist.html @@ -3,6 +3,7 @@ {{- $parOrder := or (and .Params (.Get "order")) "" -}} {{- $parLimit := or (and .Params (.Get "limit")) "" -}} {{- $parDisplay := or (and .Params (.Get "display")) "" -}} +{{- $parSummaries := or (and .Params (.Get "summaries")) "if-available" -}} {{- $pgr := where .Site.RegularPages "Section" "ne" "" -}} {{- $pgr = where $pgr "Section" "not in" (slice "replies") -}} @@ -45,7 +46,7 @@
{{ .Summary | safeHTML }}