mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Move private-voice-assistant down (#28936)
This commit is contained in:
parent
f1f3ddc277
commit
c9a79e7cd3
@ -100,18 +100,6 @@ feedback: false
|
|||||||
padding-top: 55%;
|
padding-top: 55%;
|
||||||
"
|
"
|
||||||
></a>
|
></a>
|
||||||
<!-- Tutorial: setup private voice assistant over phone -->
|
|
||||||
<a
|
|
||||||
href="/voice_control/worlds-most-private-voice-assistant/"
|
|
||||||
target="_blank"
|
|
||||||
class="material-card picture-promo"
|
|
||||||
style="
|
|
||||||
background-image: url(/images/frontpage/promo-private-voice-assistant.png);
|
|
||||||
background-size: cover;
|
|
||||||
padding-top: 45%;
|
|
||||||
"
|
|
||||||
></a>
|
|
||||||
|
|
||||||
{% assign pages_by_date = site.pages | sort: "date" | reverse %}
|
{% assign pages_by_date = site.pages | sort: "date" | reverse %}
|
||||||
{% for page in pages_by_date %}
|
{% for page in pages_by_date %}
|
||||||
{% if page.layout == "landingpage" and page.frontpage != false %}
|
{% if page.layout == "landingpage" and page.frontpage != false %}
|
||||||
@ -136,7 +124,17 @@ feedback: false
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<!-- Tutorial: setup private voice assistant over phone -->
|
||||||
|
<a
|
||||||
|
href="/voice_control/worlds-most-private-voice-assistant/"
|
||||||
|
target="_blank"
|
||||||
|
class="material-card picture-promo"
|
||||||
|
style="
|
||||||
|
background-image: url(/images/frontpage/promo-private-voice-assistant.png);
|
||||||
|
background-size: cover;
|
||||||
|
padding-top: 45%;
|
||||||
|
"
|
||||||
|
></a>
|
||||||
<a
|
<a
|
||||||
class="material-card picture-promo"
|
class="material-card picture-promo"
|
||||||
href="/blog/2020/09/15/home-assistant-tags/"
|
href="/blog/2020/09/15/home-assistant-tags/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user