aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/all.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/templates/all.html')
-rw-r--r--tor-metrics/templates/all.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/tor-metrics/templates/all.html b/tor-metrics/templates/all.html
deleted file mode 100644
index ef6c64a..0000000
--- a/tor-metrics/templates/all.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "relay-list.html" %}
-{% set relay_count = relays.json['relays']|length %}
-{% block title %}Tor Relays :: All{% endblock %}
-{% block header %}<a href="./">Home</a> :: All Relays{% endblock %}
-{% block description %}All known (non-guard) relays, {{ relay_count }} in total. A smaller browser-friendly subset (top 500) is <a href="./">available here</a>.{% endblock %}
-