diff options
author | mms <michal@sapka.me> | 2024-03-17 22:51:23 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-03-17 22:51:23 +0100 |
commit | 357ab27332ef7a358fa20f701d350d2b6d8bab8c (patch) | |
tree | 8607cec95f1c7d4efbd4141258da6a6b4d06efeb /layouts | |
parent | baa60aee1ec1226b0c0e29fe7977c6ab6ae8f24a (diff) |
feat: hr in rss
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/rss.xml | 2 |
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> |