about summary refs log tree commit diff homepage
path: root/_rss/comment-item.xml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-20 17:49:31 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-20 17:49:31 +0700
commit822a8410c29cf37be4ff5f288e9292db9b873497 (patch)
treed45a6577f3e053a4834d50ae27afb5feb2236fce /_rss/comment-item.xml
parent09f668df44432da378da7b251ea4bd4a011d62c6 (diff)
downloadsite-822a8410c29cf37be4ff5f288e9292db9b873497.tar.gz
Fix mistakenly staged changes
Diffstat (limited to '_rss/comment-item.xml')
-rw-r--r--_rss/comment-item.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/_rss/comment-item.xml b/_rss/comment-item.xml
new file mode 100644
index 0000000..2078071
--- /dev/null
+++ b/_rss/comment-item.xml
@@ -0,0 +1,10 @@
+<item>
+  <link>https://lists.sr.ht/~cnx/site/{message_id}</link>
+  <guid>https://lists.sr.ht/~cnx/site/{message_id}</guid>
+  <pubDate>{date}</pubDate>
+  <dc:creator>{author}</dc:creator>
+  <title>On {date}, {author} wrote:</title>
+  <description>{subject}</description>
+  <content:encoded><![CDATA[{body}]]></content:encoded>
+</item>
+{children}