Remove obsolete banner

This commit is contained in:
c0ffeeca7 2023-05-12 17:30:38 +02:00
parent bd3863e510
commit 6ffbad2850

View File

@ -19,6 +19,7 @@ layout: default
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
{% unless page.url contains "/integrations/hassio" %}
{% if active_alert != "" %} {% if active_alert != "" %}
<div class="integration-alert-container"> <div class="integration-alert-container">
<a class="integration-alert" href="{{active_alert}}" target="_blank"> <a class="integration-alert" href="{{active_alert}}" target="_blank">
@ -30,6 +31,7 @@ layout: default
</a> </a>
</div> </div>
{% endif %} {% endif %}
{% endunless %}
{% endif %} {% endif %}
<hr class="divider" /> <hr class="divider" />
{% endif %} {% endif %}