2016-02-07 22:42:00 -08:00

13 lines
373 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 }}/demo/favicon-192x192.png'>
<span>{{ site.title }}</span>
</a>
</div>
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
<nav>
{% include site/navigation.html %}
</nav>
</div>