aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-18 01:11:46 -0700
committerJordan <me@jordan.im>2020-09-18 01:11:46 -0700
commite76473531d770279961a84272f14e1930919194c (patch)
tree73cec97f6004c6588a84d11e6bd079d462612ed3
parent68d390bca29878621468b2eb986ec23499b6df8a (diff)
downloadallium-e76473531d770279961a84272f14e1930919194c.tar.gz
allium-e76473531d770279961a84272f14e1930919194c.zip
update generated-by link in footer to point to github
-rw-r--r--allium/templates/skeleton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/allium/templates/skeleton.html b/allium/templates/skeleton.html
index f6b4a82..65b5d3c 100644
--- a/allium/templates/skeleton.html
+++ b/allium/templates/skeleton.html
@@ -48,7 +48,7 @@
{% block footer %}
<footer class="page-footer font-small">
<div class="footer-copyright text-center text-muted">
-<p>generated by <a href="https://git.jordan.im/allium">allium</a> on
+<p>generated by <a href="https://github.com/tempname1024/allium">allium</a> on
{{ relays.timestamp }}</p>
</div>
</footer>