mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Remove works-with loop for badges (#39472)
This commit is contained in:
parent
5e948cfc85
commit
fac8cf0d91
@ -69,13 +69,11 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{% if page.works_with %}
|
{% if page.works_with %}
|
||||||
{%- for type in page.works_with -%}
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<a href="https://works-with.home-assistant.io/">
|
<a href="https://works-with.home-assistant.io/">
|
||||||
<img src="../../images/works_with/works-with.png" alt="Works with Home assistant">
|
<img src="../../images/works_with/works-with.png" alt="Works with Home assistant">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{%- endfor -%}
|
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{% if page.ha_domain %}
|
{% if page.ha_domain %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user