diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-26 17:18:06 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-26 17:18:06 +0700 |
commit | f3add2dab78a997832db3cc63632ab2c5b2e2666 (patch) | |
tree | ef73faba1208c858cba233017b79b8071dac8135 /_layout/page_foot.html | |
parent | 1d42abf23d59de9684c80c290c4498d81ce9977b (diff) | |
download | site-f3add2dab78a997832db3cc63632ab2c5b2e2666.tar.gz |
Improve compliance
Diffstat (limited to '_layout/page_foot.html')
-rw-r--r-- | _layout/page_foot.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index 88d33ea..f6745c4 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -6,6 +6,7 @@ {{isnotempty rss}}<h2>Comments</h2> {{comments_rendered}} -<p>To reply, follow the <code>mailto</code> link - in the the author's name.</p>{{end}} +<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 and code blocks are supported.</p>{{end}} {{insert footer.html}} |