mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-12 05:58:58 +00:00
12 lines
358 B
HTML
12 lines
358 B
HTML
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
|
<a href="{{ root_url }}/" class="site-title">
|
|
<img width='40' src='{{ root_url }}/images/favicon-192x192.png'> {{ site.title }}
|
|
</a>
|
|
</div>
|
|
|
|
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
|
<nav>
|
|
{% include site/navigation.html %}
|
|
</nav>
|
|
</div>
|