diff options
Diffstat (limited to 'layouts/_default/all-posts.html')
| -rw-r--r-- | layouts/_default/all-posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/all-posts.html b/layouts/_default/all-posts.html index dcfe74e..4a94ab6 100644 --- a/layouts/_default/all-posts.html +++ b/layouts/_default/all-posts.html @@ -22,7 +22,7 @@ <ul class="all-posts__list" role="list"> {{- range $allPosts.ByDate.Reverse }} <li class="all-posts__list-item"> - {{ partial "list/post-card.html" (dict "post" . "show_category" true) }} + {{ partial "list/post-card.html" (dict "post" . "show_section" true) }} </li> {{- end }} </ul> |
