aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/index.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-07 18:27:57 -0700
committerJordan <me@jordan.im>2020-09-07 18:27:57 -0700
commit87c21d189f042876b544b248ce39e99c16f52b74 (patch)
treee690ad8eeada5b73386f073ddfe47c46cb6d6357 /tor-metrics/templates/index.html
parent6478c60879e0452392a5d3c00bdb047721a9b87e (diff)
downloadallium-87c21d189f042876b544b248ce39e99c16f52b74.tar.gz
allium-87c21d189f042876b544b248ce39e99c16f52b74.zip
add more sorting options for family and network pages
Diffstat (limited to 'tor-metrics/templates/index.html')
-rw-r--r--tor-metrics/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-metrics/templates/index.html b/tor-metrics/templates/index.html
index 7447be7..c3b0e96 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="./networks.html">Networks</a>, <a href="./families.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="all.html">view full list</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/families-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 %}