diff --git a/templates/index.html.tera b/templates/index.html.tera
index c7f6903..b18438b 100644
--- a/templates/index.html.tera
+++ b/templates/index.html.tera
@@ -22,10 +22,11 @@
{% endif %}
{% endfor %}
{% endif %}
+
-
{{ day.day| date(format="%d.%m.%Y") }}
- {{ day.day | date(format="%A", locale="de_AT") }}
+ {{ day.day| date(format="%d.%m.%Y") }}
+ {{ day.day | date(format="%A", locale="de_AT") }}
{% if day.planned_events | length > 0 or day.trips | length > 0 %}