about summary refs log tree commit diff homepage
path: root/_layout/page_foot.html
diff options
context:
space:
mode:
Diffstat (limited to '_layout/page_foot.html')
-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>