update rss with nice message

This commit is contained in:
Gabriel 2024-10-24 23:10:25 -04:00
parent 5b35dbf026
commit 660ce565b1

View file

@ -31,7 +31,9 @@
<media:thumbnail href="{{.Site.BaseURL}}{{.Params.image}}" />
<itunes:image href="{{.Site.BaseURL}}{{.Params.image}}" />{{end}}
<description>{{.Params.description}}</description>
<content:encoded>{{- .Content | html -}}</content:encoded>
<content:encoded>{{- .Content | html -}}
&lt;p&gt;Thank you for reading this through RSS 📡&lt;/p&gt;
</content:encoded>
</item>{{ end }}
</channel>
</rss>