diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-23 17:41:30 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-23 21:18:32 +0700 |
commit | 1d42abf23d59de9684c80c290c4498d81ce9977b (patch) | |
tree | 69207c35109e50fda8c489d98b107680217b1d72 /_libs/formbox/comment.html | |
parent | c9e639f71b686093e6b53097f0accc0cfbb77303 (diff) | |
download | site-1d42abf23d59de9684c80c290c4498d81ce9977b.tar.gz |
Add initial commenting support
Diffstat (limited to '_libs/formbox/comment.html')
-rw-r--r-- | _libs/formbox/comment.html | 7 |
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>—{author}, + <a href="https://lists.sr.ht/~cnx/site/{message_id}" + title="View source">{date}</a></p> + {children} +</div> |