From 6ffbad285011300c71c7c42ad080ae4fd63ea708 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Fri, 12 May 2023 17:30:38 +0200 Subject: [PATCH] Remove obsolete banner --- source/_layouts/page.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/source/_layouts/page.html b/source/_layouts/page.html index 7d320b83a06..4f48025c360 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -19,18 +19,20 @@ layout: default {% endif %} {% endfor %} {% endfor %} - {% if active_alert != "" %} -
- - -
There is an active alert for this integration!
-
LEARN MORE
-
-
+ {% unless page.url contains "/integrations/hassio" %} + {% if active_alert != "" %} +
+ + +
There is an active alert for this integration!
+
LEARN MORE
+
+
+ {% endif %} + {% endunless %} {% endif %} - {% endif %}
{% endif %} {{ content }}