summaryrefslogtreecommitdiff
path: root/layouts/_partials/footer.html
diff options
context:
space:
mode:
authorJoseph Elliott Hand <jhand@hawaii.edu>2026-07-19 21:46:16 -1000
committerJoseph Elliott Hand <jhand@hawaii.edu>2026-07-19 21:56:48 -1000
commit650aef75480b773661e53a751337abef3b2abd47 (patch)
treeae9250fc8a79a6c05298d045f591c2b8b540238b /layouts/_partials/footer.html
downloadjosephhand.space-650aef75480b773661e53a751337abef3b2abd47.tar.gz
Initial commit
Signed-off-by: Joseph Elliott Hand <jhand@hawaii.edu>
Diffstat (limited to 'layouts/_partials/footer.html')
-rw-r--r--layouts/_partials/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/_partials/footer.html b/layouts/_partials/footer.html
new file mode 100644
index 0000000..cdda1ac
--- /dev/null
+++ b/layouts/_partials/footer.html
@@ -0,0 +1,11 @@
+<footer>
+<hr>
+
+<p><a href="#">Back to top.</a></p>
+
+<p>This website was built using <a href="https://gohugo.io">Hugo</a> and a custom minimal theme.</p>
+
+<p>This website contains no JavaScript.</p>
+
+<p>This work is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></p>
+</footer>