From ce7ec1e72a67d5e230aa63a7a5fe646aec29da50 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sun, 6 Jul 2025 10:23:06 +1000 Subject: [PATCH] Fixed argument to post-content --- layouts/shortcodes/postlist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/postlist.html b/layouts/shortcodes/postlist.html index 6b8db5a..b26e6e1 100644 --- a/layouts/shortcodes/postlist.html +++ b/layouts/shortcodes/postlist.html @@ -29,7 +29,7 @@
{{ range $pgr }} {{ if templates.Exists "partials/_postlist/post-content.html" }} - {{ partial "_postlist/post-content.html" $pgr }} + {{ partial "_postlist/post-content.html" . }} {{ else }}
{{ if .Title }}