hugo-book-theme/layouts/partials/docs/mobile-header.html
2019-12-09 11:24:31 +01:00

6 lines
238 B
HTML

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