From 7f6a05fc2bd7e611c2f9e11dc5960868df482d3c Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 25 Jan 2023 21:11:28 -0700 Subject: templates: make them human-readable, housekeeping --- allium/templates/all.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'allium/templates/all.html') 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 %}Home :: All Relays{% endblock %} -{% block description %}All known (non-guard) relays, {{ relay_count }} in total. -A smaller browser-friendly subset (top 500) is available -here.{% endblock %} - +{% block header %}Home :: All Relays{% endblock %} +{% block description %} + All known (non-guard) relays, {{ relay_count }} in total. + A smaller browser-friendly subset (top 500) is available + here. +{% endblock %} -- cgit v1.2.3-54-g00ecf