From 5067cd1fc349abe307f27984b5126dc4a9ee1fb9 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 13 Sep 2020 20:34:27 +0100 Subject: [PATCH] Include tags in RSS feed --- themes/hello-friend-ng/layouts/posts/rss.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/hello-friend-ng/layouts/posts/rss.xml b/themes/hello-friend-ng/layouts/posts/rss.xml index 6bc2684..58523f6 100644 --- a/themes/hello-friend-ng/layouts/posts/rss.xml +++ b/themes/hello-friend-ng/layouts/posts/rss.xml @@ -21,6 +21,11 @@ {{ .Permalink }} {{ .Summary | html }} {{ printf `` .Content | safeHTML }} + + {{ range .Param "tags" -}} + {{ . }} + {{ end -}} + {{ end }}