diff options
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}} |