From 1d42abf23d59de9684c80c290c4498d81ce9977b Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 23 Dec 2021 17:41:30 +0700 Subject: Add initial commenting support --- _layout/page_foot.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '_layout') diff --git a/_layout/page_foot.html b/_layout/page_foot.html index 848d42e..88d33ea 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -1,11 +1,11 @@ {{isnotempty tags}}Tags:{{for tag in tags}} {{tag}}{{end}} —{{isempty rss}}{{author}}, - {{else}}{{mailto_comment}}, {{end}}{{date}}
{{end}} + {{else}}{{author}}, + {{end}}{{date}}
{{end}} -{{isnotempty rss}}
-

Comments

-

To reply, follow the mailto link - in the the author's name.

-
{{end}} +{{isnotempty rss}}

Comments

+{{comments_rendered}} +

To reply, follow the mailto link + in the the author's name.

{{end}} {{insert footer.html}} -- cgit 1.4.1