about summary refs log tree commit diff homepage
path: root/_rss/item.xml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-23 17:41:30 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-23 21:18:32 +0700
commit1d42abf23d59de9684c80c290c4498d81ce9977b (patch)
tree69207c35109e50fda8c489d98b107680217b1d72 /_rss/item.xml
parentc9e639f71b686093e6b53097f0accc0cfbb77303 (diff)
downloadsite-1d42abf23d59de9684c80c290c4498d81ce9977b.tar.gz
Add initial commenting support
Diffstat (limited to '_rss/item.xml')
-rw-r--r--_rss/item.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/_rss/item.xml b/_rss/item.xml
index 76f892a..8a808ff 100644
--- a/_rss/item.xml
+++ b/_rss/item.xml
@@ -5,10 +5,8 @@
   <description>{{fd2rss rss_description}}</description>
   {{for tag in tags}}<category>{{tag}}</category>{{end}}
   <pubDate>{{RFC822 rss_pubdate}}</pubDate>
-  <content:encoded>
-    <![CDATA[{{fix_relative_links fd_page_html}}
-    <a href="{{mailto_comment}}">Reply</a>]]>
-  </content:encoded>
+  <content:encoded><![CDATA[{{fix_relative_links fd_page_html}}
+    <a href="{{mailto_comment}}">Reply via email</a>]]></content:encoded>
   <comments><![CDATA[{{comments}}]]></comments>
   <wfw:commentRss>{{comment_rss}}</wfw:commentRss>
 </item>