diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-13 02:16:53 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-13 02:16:53 +0900 |
commit | 65388b8c59723b5442ca7e2cf85b47ef04074966 (patch) | |
tree | 4d1eb74a426ff575f57c77c72f859f85e97e00de /_layout | |
parent | 408e4db30f1e1a7c71c9124a7d310fe6229905da (diff) | |
download | site-65388b8c59723b5442ca7e2cf85b47ef04074966.tar.gz |
Fix typos and add the call
Diffstat (limited to '_layout')
-rw-r--r-- | _layout/page_foot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index 3ec6f70..2fb5626 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -4,7 +4,7 @@ {{else}}<a href="{{mailto_comment}}" title="Reply via email">{{author}}</a>, {{end}}{{date}}</small><br>{{end}} -{{isnotempty rss}}<h2>Comments</h2> +{{isnotempty rss}}<h2><a href=#exposition>Comments</a></h2> {{comments_rendered}} <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}} |