about summary refs log tree commit diff homepage
path: root/_rss/comments.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/comments.xml
parentc9e639f71b686093e6b53097f0accc0cfbb77303 (diff)
downloadsite-1d42abf23d59de9684c80c290c4498d81ce9977b.tar.gz
Add initial commenting support
Diffstat (limited to '_rss/comments.xml')
-rw-r--r--_rss/comments.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/_rss/comments.xml b/_rss/comments.xml
index be8fa6c..13d514b 100644
--- a/_rss/comments.xml
+++ b/_rss/comments.xml
@@ -4,7 +4,14 @@
      xmlns:content="http://purl.org/rss/1.0/modules/content"
      xmlns:dc="http://purl.org/dc/elements/1.1">
 <channel>
-<title>Comments on {{fd2rss rss_title}}</title>
+<title>Re: {{fd2rss rss_title}}</title>
 <link>{{fd_full_url}}</link>
-<description></description>
+<atom:link href="{{comment_rss_feed_url}}"
+           rel="self"
+           type="application/rss+xml"/>
+<description>Comments on {{fd2rss rss_title}}</description>
+<language>en</language>
 <generator>Formbox</generator>
+{{comment_rss_items}}
+</channel>
+</rss>