From c17c86f7b7787664172d34587fcfa1a7f6208747 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Thu, 8 Jun 2023 14:28:55 +0200 Subject: [PATCH] [BUGFX] styling header date --- templates/index.html.tera | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index f6f4250..c7f6903 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -24,12 +24,12 @@ {% 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 %} -
+
{# --- START Events --- #} {% if day.planned_events | length > 0 %}