From ff80f78a820cc5b268a11ca6b978d020d46a5376 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 11 Sep 2020 23:59:29 +0100 Subject: [PATCH] Add links to all tags on posts page --- layouts/posts/list.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/layouts/posts/list.html b/layouts/posts/list.html index c52a5c9..3c1043d 100644 --- a/layouts/posts/list.html +++ b/layouts/posts/list.html @@ -3,9 +3,13 @@
{{ partial "content.html" . }} - {{ with .OutputFormats.Get "rss" }} -

Subscribe

- {{ end }} +

+ + + {{ with .OutputFormats.Get "rss" }} + + {{ end }} +

{{ range .Pages.GroupByDate "2006-01" }} {{ $month := print .Key "-01" }}