mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2025-08-03 00:06:08 +00:00
Fixed argument to post-content
This commit is contained in:
parent
7a843af74a
commit
ce7ec1e72a
|
@ -29,7 +29,7 @@
|
|||
<div class="postlist postlist-display-content h-feed">
|
||||
{{ range $pgr }}
|
||||
{{ if templates.Exists "partials/_postlist/post-content.html" }}
|
||||
{{ partial "_postlist/post-content.html" $pgr }}
|
||||
{{ partial "_postlist/post-content.html" . }}
|
||||
{{ else }}
|
||||
<div class="h-entry">
|
||||
{{ if .Title }}
|
||||
|
|
Loading…
Reference in a new issue