summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-03-17 22:51:23 +0100
committermms <michal@sapka.me>2024-03-17 22:51:23 +0100
commit357ab27332ef7a358fa20f701d350d2b6d8bab8c (patch)
tree8607cec95f1c7d4efbd4141258da6a6b4d06efeb /layouts
parentbaa60aee1ec1226b0c0e29fe7977c6ab6ae8f24a (diff)
feat: hr in rss
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/rss.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 0ae7a76..357e446 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -66,7 +66,7 @@
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{- with $authorEmail }}<author>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</author>{{ end }}
<guid>{{ .Permalink }}</guid>
- <description>{{ safeHTML "<![CDATA[" }}{{ replace .Content "\n\n" "\n" | safeHTML }}<p style="font-style:italic">Comment via <a href="https://michal.sapka.me/me/contact/">email</a></p>]]></description>
+ <description>{{ safeHTML "<![CDATA[" }}{{ replace .Content "\n\n" "\n" | safeHTML }}<hr><p style="font-style:italic">Reply via <a href="https://michal.sapka.me/me/contact/">email</a></p>]]></description>
</item>
{{- end }}
</channel>