diff --git a/layouts/shortcodes/postlist.html b/layouts/shortcodes/postlist.html index 7dc49d2..46c69f7 100644 --- a/layouts/shortcodes/postlist.html +++ b/layouts/shortcodes/postlist.html @@ -24,7 +24,7 @@ {{- if (eq (.Get "display") "content") -}} {{ if templates.Exists "partials/_postlist/post-content-before.html" }} - {{ partial "partials/_postlist/post-content-before.html" . }} + {{ partial "partials/_postlist/post-content-before.html" $pgr }} {{ end }}