diff options
author | mms <michal@sapka.me> | 2023-11-08 16:11:05 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-08 16:11:05 +0100 |
commit | 9d83a868da2b5db82efc3edda06448a3aa6c48b9 (patch) | |
tree | abc8eaa67d7e8d3835040e2e932a7f952fe342b4 /layouts/shortcodes/recent-updates.html | |
parent | 1a98525e9cfba9d4418daf09ad8268b0a086464c (diff) |
feat: site info
Diffstat (limited to 'layouts/shortcodes/recent-updates.html')
-rw-r--r-- | layouts/shortcodes/recent-updates.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/recent-updates.html b/layouts/shortcodes/recent-updates.html index 8b8437c..e515421 100644 --- a/layouts/shortcodes/recent-updates.html +++ b/layouts/shortcodes/recent-updates.html @@ -1,8 +1,8 @@ {{ $category := .Get 0 }} {{ $more_link := .Get 1 }} +<nav> {{ range (where site.Pages ".Params.category" "==" $category) }} -aa {{ partial "partials/article_list_item.html" . }} {{ end }} -</article> +</nav> |