diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-20 23:42:32 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-21 12:41:36 +0700 |
commit | 3fae5dd37c658eb185fec2ad99dd11cacf97b7bb (patch) | |
tree | 80e44fb2a0f7e5f62f7dd2db7d15cce144618398 /_layout/page_foot.html | |
parent | 822a8410c29cf37be4ff5f288e9292db9b873497 (diff) | |
download | site-3fae5dd37c658eb185fec2ad99dd11cacf97b7bb.tar.gz |
Add openring
Diffstat (limited to '_layout/page_foot.html')
-rw-r--r-- | _layout/page_foot.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/_layout/page_foot.html b/_layout/page_foot.html index c7b7bca..8d8f783 100644 --- a/_layout/page_foot.html +++ b/_layout/page_foot.html @@ -1,11 +1,17 @@ -{{isnotpage /tag/*}}{{isnotempty rss}}<div class=comments> +{{isnotpage /tag/*}}{{isnotempty rss}}<section class=comments> <a href='{{mailto_comment}}'>Reply via email</a> -</div>{{end}}{{end}} -<div class=page-foot> +</section>{{end}}{{end}} +<section class=page-foot> {{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}} - A website by <a href=https://julialang.org>Julia</a> - <a href=https://franklinjl.org>Franklin</a> -</div> + + Part of <a href=https://fediring.net>Fediring</a>; Visit neighbor on the + <a href={{fediring previous}}>left</a>/<a href={{fediring next}}>right</a><br> + + <a href={{job_url}}>Built on sr.ht</a> + by <a href=https://julialang.org>Julia</a> + <a href=https://franklinjl.org>Franklin</a><br> +</section> |