diff --git a/templates/base.html.twig b/templates/base.html.twig index 5621327..33fb3f2 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -20,7 +20,7 @@
-

{% block h2 %}{% endblock %}

+

{% block h2 %}{% endblock %}

{% block body %}{% endblock %}
diff --git a/templates/downloads/index.html.twig b/templates/downloads/index.html.twig index 8556c54..4a0f8b1 100644 --- a/templates/downloads/index.html.twig +++ b/templates/downloads/index.html.twig @@ -4,13 +4,13 @@ {% block h2 %}Downloads{% endblock %} {% block body %} -
+
-
+
diff --git a/templates/index/index.html.twig b/templates/index/index.html.twig index cef3c8c..34d3d22 100644 --- a/templates/index/index.html.twig +++ b/templates/index/index.html.twig @@ -1,10 +1,10 @@ {% extends 'base.html.twig' %} {% block title %}Dashboard — Torsearch{% endblock %} +{% block h2 %}Dashboard{% endblock %} {% block body %}
-

Dashboard

diff --git a/templates/monitor/index.html.twig b/templates/monitor/index.html.twig index 417f244..cc82233 100644 --- a/templates/monitor/index.html.twig +++ b/templates/monitor/index.html.twig @@ -4,16 +4,14 @@ {% block h2 %}Monitors{% endblock %} {% block body %} -
- -
- - - - - - -
- +
+ + + +
+
+ + +
{% endblock %}