summaryrefslogtreecommitdiff
path: root/layouts/tags
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/tags
parent32c1a5dd203435e8bef324306d1516e28ce14615 (diff)
CSS & JS splitting, small fix section badge
Diffstat (limited to 'layouts/tags')
-rw-r--r--layouts/tags/term.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/tags/term.html b/layouts/tags/term.html
index 8a259c2..f4dfd73 100644
--- a/layouts/tags/term.html
+++ b/layouts/tags/term.html
@@ -20,7 +20,7 @@
<ul class="tag-page__posts-list">
{{- range . }}
<li class="tag-page__post">
- {{- partial "list/post-card.html" (dict "post" . "show_category" true) }}
+ {{- partial "list/post-card.html" (dict "post" . "show_section" true) }}
</li>
{{- end }}
</ul>