summaryrefslogtreecommitdiff
path: root/layouts/partials/list/recent-posts.html
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-12-20 20:03:23 +0100
committerArne Rief <riearn@proton.me>2025-12-20 20:03:23 +0100
commit32c1a5dd203435e8bef324306d1516e28ce14615 (patch)
tree8e044a02a47ac2f2ab8341e82ae9e7095d4c5cea /layouts/partials/list/recent-posts.html
parent6b5ac43b0eb9f799220783e98b5961192666b755 (diff)
Post-Card new design, improved styling for codeblocks & search
Diffstat (limited to 'layouts/partials/list/recent-posts.html')
-rw-r--r--layouts/partials/list/recent-posts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/list/recent-posts.html b/layouts/partials/list/recent-posts.html
index 5426f70..f42af13 100644
--- a/layouts/partials/list/recent-posts.html
+++ b/layouts/partials/list/recent-posts.html
@@ -24,7 +24,7 @@ List of specified number of the most recent and published posts. Accepts a dict
<ul class="recent-posts__list" role="list">
{{- range $recentPosts }}
<li class="recent-posts__list-item">
- {{- partial "list/post-card.html" . }}
+ {{- partial "list/post-card.html" (dict "post" . "show_category" true) }}
</li>
{{- end }}
</ul>