From 077e70b623f213fb3f6c816eaf53d2fe637bb5ff Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 27 Dec 2022 03:32:37 +0200 Subject: [PATCH] add defer to all + {% endif %} diff --git a/files/templates/event/banner.html b/files/templates/event/banner.html index f69465a79..9e876ae9f 100644 --- a/files/templates/event/banner.html +++ b/files/templates/event/banner.html @@ -1,6 +1,6 @@ -{# #} +{# #} {% if request.path == '/' %} - + {% endif %} diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index a3a55e652..0061838f9 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -75,6 +75,6 @@ {% if HOLIDAY_EVENT %} - + {% include "event/music.html" %} {% endif %} diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index 6d93bcaa5..71966de80 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -67,6 +67,6 @@ {% if HOLIDAY_EVENT %} - + {% include "event/music.html" %} {% endif %}