diff options
| author | Arne Rief <riearn@proton.me> | 2025-12-20 20:03:23 +0100 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-12-20 20:03:23 +0100 |
| commit | 32c1a5dd203435e8bef324306d1516e28ce14615 (patch) | |
| tree | 8e044a02a47ac2f2ab8341e82ae9e7095d4c5cea /layouts/_default/all-posts.html | |
| parent | 6b5ac43b0eb9f799220783e98b5961192666b755 (diff) | |
Post-Card new design, improved styling for codeblocks & search
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 d2ce8ee..dcfe74e 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" . }} + {{ partial "list/post-card.html" (dict "post" . "show_category" true) }} </li> {{- end }} </ul> |
