hugo-book/layouts/partials/docs/mobile-header.html
2019-02-20 10:37:48 +01:00

7 lines
201 B
HTML

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