diff options
author | mms <michal@sapka.me> | 2023-12-21 23:23:35 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-12-21 23:23:35 +0100 |
commit | a834ab11ba14daf6f1d7c95705c26cb7c4e30507 (patch) | |
tree | ecc054d06d209be4072ae3bfb30c2e5a5775392d /layouts/shortcodes/recent-updates.html | |
parent | c21c3d8c5448ee14cc923280ac9a1b81f9eeda67 (diff) |
feat: trek to ox-hugo, part 1
Diffstat (limited to 'layouts/shortcodes/recent-updates.html')
-rw-r--r-- | layouts/shortcodes/recent-updates.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/recent-updates.html b/layouts/shortcodes/recent-updates.html index fa98d23..24d3c95 100644 --- a/layouts/shortcodes/recent-updates.html +++ b/layouts/shortcodes/recent-updates.html @@ -1,6 +1,7 @@ {{ $category := .Get 0 }} {{ $filter := slice $category }} {{ $more_link := .Get 1 }} +{{ .Inner }} <nav> {{ range (where .Site.RegularPages ".Params.category" "intersect" $filter) }} |