aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/index.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-07 05:02:16 -0700
committerJordan <me@jordan.im>2020-09-07 05:02:16 -0700
commit290b78679a136ecb879d76503ea20411e3643501 (patch)
tree1b9c069ca68d3ec5395fad4aa4435a905ff3b4a0 /tor-metrics/templates/index.html
parent8f371b0d36ea4e95ba4df8b016c1649e8f3162dd (diff)
downloadallium-290b78679a136ecb879d76503ea20411e3643501.tar.gz
allium-290b78679a136ecb879d76503ea20411e3643501.zip
add network-global family and ASN pages
Diffstat (limited to 'tor-metrics/templates/index.html')
-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 883fb6e..7447be7 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>){% 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 %}