aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/family.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/templates/family.html')
-rw-r--r--tor-metrics/templates/family.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-metrics/templates/family.html b/tor-metrics/templates/family.html
index 9f1d092..b4d88d8 100644
--- a/tor-metrics/templates/family.html
+++ b/tor-metrics/templates/family.html
@@ -1,4 +1,4 @@
{% extends "relay-list.html" %}
{% block title %}Tor Relays :: Family {{ value|escape }}{% endblock %}
-{% block header %}<a href="../../">Home</a> :: Family {{ value|escape }}{% endblock %}
-{% block description %}Relays with effective family member {{ value|escape }} are 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 %}{{ exit_count }} exit relay{% if exit_count > 1 %}s{% endif %}{% endif %}.{% endblock %}
+{% block header %}<a href="../../">Home</a> :: Family <code>{{ value|escape }}</code>{% endblock %}
+{% block description %}Relays with effective family member <code>{{ value|escape }}</code> are 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 %}{{ exit_count }} exit relay{% if exit_count > 1 %}s{% endif %}{% endif %}.{% endblock %}