Fixed argument to post-content

This commit is contained in:
Leon Mika 2025-07-06 10:23:06 +10:00
parent 7a843af74a
commit ce7ec1e72a

View file

@ -29,7 +29,7 @@
<div class="postlist postlist-display-content h-feed"> <div class="postlist postlist-display-content h-feed">
{{ range $pgr }} {{ range $pgr }}
{{ if templates.Exists "partials/_postlist/post-content.html" }} {{ if templates.Exists "partials/_postlist/post-content.html" }}
{{ partial "_postlist/post-content.html" $pgr }} {{ partial "_postlist/post-content.html" . }}
{{ else }} {{ else }}
<div class="h-entry"> <div class="h-entry">
{{ if .Title }} {{ if .Title }}