hugo-book/layouts/partials/docs/mobile-header.html
2019-08-06 11:33:42 +02:00

7 lines
220 B
HTML

<header class="flex align-center justify-between book-header">
<label for="menu-control">
<img src="{{ "svg/menu.svg" | relURL }}" alt="Menu" />
</label>
<strong>{{ partial "docs/title" . }}</strong>
</header>