about summary refs log tree commit diff homepage
path: root/_layout
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-20 23:42:32 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-21 12:41:36 +0700
commit3fae5dd37c658eb185fec2ad99dd11cacf97b7bb (patch)
tree80e44fb2a0f7e5f62f7dd2db7d15cce144618398 /_layout
parent822a8410c29cf37be4ff5f288e9292db9b873497 (diff)
downloadsite-3fae5dd37c658eb185fec2ad99dd11cacf97b7bb.tar.gz
Add openring
Diffstat (limited to '_layout')
-rw-r--r--_layout/page_foot.html18
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>