summaryrefslogtreecommitdiff
path: root/layouts/_default/all-posts.html
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-12-22 14:02:07 +0100
committerArne Rief <riearn@proton.me>2025-12-22 14:02:07 +0100
commit038054b8206a9c25e84adeb0f0f355abd22d6143 (patch)
tree47700e52b88e0db08f0ca113de22f4c0d05cc405 /layouts/_default/all-posts.html
parent32c1a5dd203435e8bef324306d1516e28ce14615 (diff)
CSS & JS splitting, small fix section badge
Diffstat (limited to 'layouts/_default/all-posts.html')
-rw-r--r--layouts/_default/all-posts.html2
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>