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

7 lines
220 B
HTML
Raw Normal View History

2019-07-15 16:25:21 +00:00
<header class="flex align-center justify-between book-header">
2018-11-24 14:10:43 +00:00
<label for="menu-control">
2019-04-23 21:02:06 +00:00
<img src="{{ "svg/menu.svg" | relURL }}" alt="Menu" />
2018-11-24 14:10:43 +00:00
</label>
2019-07-15 16:25:21 +00:00
<strong>{{ partial "docs/title" . }}</strong>
2018-11-24 14:10:43 +00:00
</header>