aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/all.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-20 23:40:16 -0700
committerJordan <me@jordan.im>2020-09-20 23:40:16 -0700
commit3af4f2023be71ec0fb6ec564515dcaae6a9947a8 (patch)
tree8b0093ec78ac3b8ef0a64daf4235f1bf4e4911a6 /allium/templates/all.html
parente76473531d770279961a84272f14e1930919194c (diff)
downloadallium-3af4f2023be71ec0fb6ec564515dcaae6a9947a8.tar.gz
allium-3af4f2023be71ec0fb6ec564515dcaae6a9947a8.zip
improve readability of templates (as much as one can)
Diffstat (limited to 'allium/templates/all.html')
-rw-r--r--allium/templates/all.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/allium/templates/all.html b/allium/templates/all.html
index ef6c64a..7d63705 100644
--- a/allium/templates/all.html
+++ b/allium/templates/all.html
@@ -2,5 +2,7 @@
{% 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 %}
+{% 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 %}