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/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'allium/templates/index.html') 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 (v3, -git){% endblock %} -{% block description %}Relay listings are statically generated every hour. Last -fetch was at {{ relays.timestamp }}. Listing top 500 relays; view full list, networks, or families.{% endblock %} +{% block header %} + Allium (v3, + git) +{% endblock %} +{% block description %} + Relay listings are statically generated every hour. Last + fetch was at {{ relays.timestamp }}. Listing top 500 relays; view full list, networks, or families. +{% endblock %} -- cgit v1.2.3-54-g00ecf