Include tags in RSS feed
This commit is contained in:
parent
5a9b5764cc
commit
5067cd1fc3
@ -21,6 +21,11 @@
|
|||||||
<guid>{{ .Permalink }}</guid>
|
<guid>{{ .Permalink }}</guid>
|
||||||
<description>{{ .Summary | html }}</description>
|
<description>{{ .Summary | html }}</description>
|
||||||
<content type="html">{{ printf `<![CDATA[%s]]>` .Content | safeHTML }}</content>
|
<content type="html">{{ printf `<![CDATA[%s]]>` .Content | safeHTML }}</content>
|
||||||
|
<tags>
|
||||||
|
{{ range .Param "tags" -}}
|
||||||
|
<tag>{{ . }}</tag>
|
||||||
|
{{ end -}}
|
||||||
|
</tags>
|
||||||
</item>
|
</item>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</channel>
|
</channel>
|
||||||
|
Loading…
Reference in New Issue
Block a user