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

7 lines
238 B
HTML
Raw Normal View History

2019-07-15 18:25:21 +02:00
<header class="flex align-center justify-between book-header">
2018-11-24 15:10:43 +01:00
<label for="menu-control">
2019-12-09 11:05:49 +01:00
<img src="{{ "svg/menu.svg" | relURL }}" class="book-icon" alt="Menu" />
2018-11-24 15:10:43 +01:00
</label>
2019-07-15 18:25:21 +02:00
<strong>{{ partial "docs/title" . }}</strong>
2018-11-24 15:10:43 +01:00
</header>