aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/all.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2023-01-25 21:11:28 -0700
committerJordan <me@jordan.im>2023-01-25 21:11:28 -0700
commit7f6a05fc2bd7e611c2f9e11dc5960868df482d3c (patch)
tree97ebb63388abf54948f071905cce40e572bc480a /allium/templates/all.html
parent76eaf7138df8e9f27d294a988ca109f32201300a (diff)
downloadallium-7f6a05fc2bd7e611c2f9e11dc5960868df482d3c.tar.gz
allium-7f6a05fc2bd7e611c2f9e11dc5960868df482d3c.zip
templates: make them human-readable, housekeeping
Diffstat (limited to 'allium/templates/all.html')
-rw-r--r--allium/templates/all.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/allium/templates/all.html b/allium/templates/all.html
index 7d63705..8f9f8b9 100644
--- a/allium/templates/all.html
+++ b/allium/templates/all.html
@@ -1,8 +1,9 @@
{% 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 %}
-
+{% 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 %}