aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'allium/templates/index.html')
-rw-r--r--allium/templates/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/allium/templates/index.html b/allium/templates/index.html
index 247f77c..5911ae9 100644
--- a/allium/templates/index.html
+++ b/allium/templates/index.html
@@ -1,10 +1,10 @@
{% extends "relay-list.html" %}
{% block title %}Tor Relays{% endblock %}
-{% block header %}Allium (<a
-href="http://d6amkx45augz4kskvjryv3bmmwyf7vw4k3uwxsh5egnibw2igl5aozqd.onion/">v3</a>,
-<a href="https://github.com/tempname1024/allium">git</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>, <a
-href="./misc/networks-by-bandwidth.html">networks</a>, or <a
-href="./misc/families-by-bandwidth.html">families</a>.{% endblock %}
+{% block header %}
+ Allium (<a href="http://d6amkx45augz4kskvjryv3bmmwyf7vw4k3uwxsh5egnibw2igl5aozqd.onion/">v3</a>,
+ <a href="https://github.com/tempname1024/allium">git</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>, <a href="./misc/networks-by-bandwidth.html">networks</a>, or <a href="./misc/families-by-bandwidth.html">families</a>.
+{% endblock %}