From 8a5d1eb072535305eb9b1737d6001c78e089b72d Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 29 Aug 2021 21:31:36 -0700 Subject: reintroduce space --- allium/templates/as.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allium/templates/as.html b/allium/templates/as.html index 528c865..137447d 100644 --- a/allium/templates/as.html +++ b/allium/templates/as.html @@ -3,7 +3,7 @@ {% set as_name = relays.json['relay_subset'][0]['as_name']|escape %} {% block title %}Tor Relays :: {{ as_number }}{% endblock %} {% block header %}Home :: {{ as_number }}{% endblock %} {% -block description %}{{ as_number }} {% if as_name %}({{ as_name }}){% endif %} +block description %}{{ as_number }} {% if as_name %}({{ as_name }}){% endif %} is responsible for ~{{ bandwidth }} MB/s of traffic, with {% if middle_count > 0 %}{{ middle_count }} middle relay{% if middle_count > 1 %}s{% endif %}{% if exit_count > 0 %} and {% endif %}{% endif %}{% if exit_count > 0 %}{{ -- cgit v1.2.3-54-g00ecf