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 /_layout/page_foot.html | |
parent | cb35d1b5811aac349fd4d09bc3c0d666bd7ebeae (diff) | |
download | site-9fd639eff5e47e8e15776f1974f0fcb9337b12f6.tar.gz |
Offically introduce commenting
Diffstat (limited to '_layout/page_foot.html')
-rw-r--r-- | _layout/page_foot.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index bb10e5a..3ec6f70 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -6,7 +6,6 @@ {{isnotempty rss}}<h2>Comments</h2> {{comments_rendered}} -<p>Follow the anchor in an author's name to reply via - <a href=https://useplaintext.email>plaintext email</a>. Markdown - inline markups, block quotes, lists and code blocks are supported.</p>{{end}} +<p>Follow the anchor in an author's name to reply. Please read + the <a href=/blog/reply#moderation>rules</a> before commenting.</p>{{end}} {{insert footer.html}} |