diff options
Diffstat (limited to 'layouts/partials/list/recent-posts.html')
| -rw-r--r-- | layouts/partials/list/recent-posts.html | 2 |
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> |
