Remove works-with loop for badges (#39472)

This commit is contained in:
Joakim Sørensen 2025-06-11 10:26:58 +01:00 committed by GitHub
parent 5e948cfc85
commit fac8cf0d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,13 +69,11 @@
{%- endif -%}
{% if page.works_with %}
{%- for type in page.works_with -%}
<div class="section">
<a href="https://works-with.home-assistant.io/">
<img src="../../images/works_with/works-with.png" alt="Works with Home assistant">
</a>
</div>
{%- endfor -%}
{%- endif -%}
{% if page.ha_domain %}