aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2023-02-05 22:50:51 -0700
committerJordan <me@jordan.im>2023-02-05 22:50:51 -0700
commit47de578aa735977a5d31af7a7f643fa79eeb2166 (patch)
tree17ce72463d867c9e25b65f658822f387ec477b81
parent7f6a05fc2bd7e611c2f9e11dc5960868df482d3c (diff)
downloadallium-47de578aa735977a5d31af7a7f643fa79eeb2166.tar.gz
allium-47de578aa735977a5d31af7a7f643fa79eeb2166.zip
templates: update repository URL to reflect move away from github
-rw-r--r--allium/templates/index.html2
-rw-r--r--allium/templates/skeleton.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/allium/templates/index.html b/allium/templates/index.html
index 5911ae9..00c6baf 100644
--- a/allium/templates/index.html
+++ b/allium/templates/index.html
@@ -2,7 +2,7 @@
{% block title %}Tor Relays{% endblock %}
{% block header %}
Allium (<a href="http://d6amkx45augz4kskvjryv3bmmwyf7vw4k3uwxsh5egnibw2igl5aozqd.onion/">v3</a>,
- <a href="https://github.com/tempname1024/allium">git</a>)
+ <a href="https://git.jordan.im/allium/">git</a>)
{% endblock %}
{% block description %}
Relay listings are statically generated every hour. Last
diff --git a/allium/templates/skeleton.html b/allium/templates/skeleton.html
index 28278a7..ce99856 100644
--- a/allium/templates/skeleton.html
+++ b/allium/templates/skeleton.html
@@ -54,7 +54,7 @@
<footer class="page-footer font-small">
<div class="footer-copyright text-center text-muted">
<p>
- generated by <a href="https://github.com/tempname1024/allium">allium</a> on
+ generated by <a href="https://git.jordan.im/allium/">allium</a> on
{{ relays.timestamp }}
</p>
</div>