aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-07 18:35:31 -0700
committerJordan <me@jordan.im>2020-09-07 18:35:31 -0700
commit835e63143b4fbbf7b5cfbc0d31656b53ee4ca7bb (patch)
tree4befa30b906c57a793f19cd4090c5d0228300eb3
parent87c21d189f042876b544b248ce39e99c16f52b74 (diff)
downloadallium-835e63143b4fbbf7b5cfbc0d31656b53ee4ca7bb.tar.gz
allium-835e63143b4fbbf7b5cfbc0d31656b53ee4ca7bb.zip
networks-by-bandwidth href correction
-rw-r--r--tor-metrics/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-metrics/templates/index.html b/tor-metrics/templates/index.html
index c3b0e96..60f2ca7 100644
--- a/tor-metrics/templates/index.html
+++ b/tor-metrics/templates/index.html
@@ -1,5 +1,5 @@
{% extends "relay-list.html" %}
{% block title %}Tor Relays{% endblock %}
-{% block header %}Tor Metrics (<a href="http://d6amkx45augz4kskvjryv3bmmwyf7vw4k3uwxsh5egnibw2igl5aozqd.onion/">v3</a>, <a href="https://github.com/tempname1024/tor-metrics">git</a>) :: <a href="./misc/families-by-bandwidth.html">Networks</a>, <a href="./misc/families-by-bandwidth.html">Families</a>{% endblock %}
+{% block header %}Tor Metrics (<a href="http://d6amkx45augz4kskvjryv3bmmwyf7vw4k3uwxsh5egnibw2igl5aozqd.onion/">v3</a>, <a href="https://github.com/tempname1024/tor-metrics">git</a>) :: <a href="./misc/networks-by-bandwidth.html">Networks</a>, <a href="./misc/families-by-bandwidth.html">Families</a>{% endblock %}
{% block description %}Relay listings are statically generated every hour. Last fetch was at {{ relays.timestamp }}. Listing top 500 relays; <a href="misc/all.html">view full list</a>.{% endblock %}