diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-20 17:46:31 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-20 17:46:31 +0700 |
commit | 09f668df44432da378da7b251ea4bd4a011d62c6 (patch) | |
tree | 75da35ce7f750cefa17c8323f3bc6fde1cf68326 /_layout | |
parent | afcf9702d8ea4014349561025865e85326657d84 (diff) | |
download | site-09f668df44432da378da7b251ea4bd4a011d62c6.tar.gz |
Join Fediring
Diffstat (limited to '_layout')
-rw-r--r-- | _layout/page_foot.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index 6a9431a..c7b7bca 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -1,6 +1,8 @@ +{{isnotpage /tag/*}}{{isnotempty rss}}<div class=comments> + <a href='{{mailto_comment}}'>Reply via email</a> +</div>{{end}}{{end}} <div class=page-foot> - © 2019–2021 {{author}}; - See <a href=/COPYING>license terms</a><br> + {{copyright}}; See <a href=/COPYING>license terms</a><br> {{isnotpage /tag/*}}Last modified: {{author_date}}; View <a href=https://git.sr.ht/~cnx/site/tree/main/item/{{fd_rpath}}>page source</a><br>{{end}} |