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

7 lines
212 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">
2019-04-23 23:02:06 +02:00
<img src="{{ "svg/menu.svg" | relURL }}" alt="Menu" />
2018-11-24 15:10:43 +01:00
</label>
<strong>{{- template "title" . }}</strong>
</header>