hugo-book-theme/layouts/partials/docs/mobile-header.html

7 lines
201 B
HTML
Raw Normal View History

2018-11-24 15:10:43 +01:00
<header class="align-center justify-between book-header">
<label for="menu-control">
<img src="{{ "svg/menu.svg" | absURL }}" />
</label>
<strong>{{- template "title" . }}</strong>
</header>