diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-09 21:47:22 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-01-09 21:47:22 +0700 |
commit | 9fd639eff5e47e8e15776f1974f0fcb9337b12f6 (patch) | |
tree | 908b0f776a2b6cccf6ff8ef3a6643d7a7d3cc39f /_libs | |
parent | cb35d1b5811aac349fd4d09bc3c0d666bd7ebeae (diff) | |
download | site-9fd639eff5e47e8e15776f1974f0fcb9337b12f6.tar.gz |
Offically introduce commenting
Diffstat (limited to '_libs')
-rw-r--r-- | _libs/formbox/comment.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_libs/formbox/comment.xml b/_libs/formbox/comment.xml index 5f183a0..524e0c7 100644 --- a/_libs/formbox/comment.xml +++ b/_libs/formbox/comment.xml @@ -4,6 +4,8 @@ <pubDate>{date}</pubDate> <dc:creator>{author}</dc:creator> <title>On {date}, {author} wrote:</title> - <content:encoded><![CDATA[{body}]]></content:encoded> + <content:encoded><![CDATA[{body}<br> + <a href="mailto:~cnx/site@lists.sr.ht?{mailto_params}">Reply + via email</a>]]></content:encoded> </item> {children} |