diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-31 23:14:08 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-31 23:14:08 +0700 |
commit | cb35d1b5811aac349fd4d09bc3c0d666bd7ebeae (patch) | |
tree | 242ca2b505ff2cc5635ceba6dd72624bf073a16e /_libs/formbox/comment.html | |
parent | 3d1c6df4d779caf89590e7911e78c90c1473af4b (diff) | |
download | site-cb35d1b5811aac349fd4d09bc3c0d666bd7ebeae.tar.gz |
Improve dependency injection
Diffstat (limited to '_libs/formbox/comment.html')
-rw-r--r-- | _libs/formbox/comment.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_libs/formbox/comment.html b/_libs/formbox/comment.html index 60459d9..fe7aa6a 100644 --- a/_libs/formbox/comment.html +++ b/_libs/formbox/comment.html @@ -1,6 +1,7 @@ <div class=comment> {body} - <p class=right>—{author}, + <p class=right>—<a + href="mailto:~cnx/site@lists.sr.ht?{mailto_params}">{author}</a>, <a href="https://lists.sr.ht/~cnx/site/{message_id}" title="View source">{date}</a></p> {children} |