about summary refs log tree commit diff homepage
path: root/_libs/formbox/comment.html
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 /_libs/formbox/comment.html
parentc9e639f71b686093e6b53097f0accc0cfbb77303 (diff)
downloadsite-1d42abf23d59de9684c80c290c4498d81ce9977b.tar.gz
Add initial commenting support
Diffstat (limited to '_libs/formbox/comment.html')
-rw-r--r--_libs/formbox/comment.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_libs/formbox/comment.html b/_libs/formbox/comment.html
new file mode 100644
index 0000000..60459d9
--- /dev/null
+++ b/_libs/formbox/comment.html
@@ -0,0 +1,7 @@
+<div class=comment>
+  {body}
+  <p class=right>&mdash;{author},
+    <a href="https://lists.sr.ht/~cnx/site/{message_id}"
+       title="View source">{date}</a></p>
+  {children}
+</div>