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 %}