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 }}