diff options
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) }} |