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 | |
parent | 1d42abf23d59de9684c80c290c4498d81ce9977b (diff) | |
download | site-f3add2dab78a997832db3cc63632ab2c5b2e2666.tar.gz |
Improve compliance
Diffstat (limited to '_layout')
-rw-r--r-- | _layout/hair.html | 3 | ||||
-rw-r--r-- | _layout/page_foot.html | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/_layout/hair.html b/_layout/hair.html index 7c7ee2d..ffebb85 100644 --- a/_layout/hair.html +++ b/_layout/hair.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html lang=en> -<meta charset=UTF-8 name=viewport content='width=device-width, initial-scale=1'> +<meta charset=utf-8> +<meta name=viewport content='width=device-width, initial-scale=1'> <link rel='alternate' type='application/rss+xml' title='{{website_title}}' href='/{{ispage /tag/*}}tag/{{fd_tag}}/{{end}}{{rss_file}}.xml'> <link rel='icon' href='/assets/favicon.png'> 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}} |