mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
7 lines
220 B
HTML
7 lines
220 B
HTML
<header class="flex align-center justify-between book-header">
|
|
<label for="menu-control">
|
|
<img src="{{ "svg/menu.svg" | relURL }}" alt="Menu" />
|
|
</label>
|
|
<strong>{{ partial "docs/title" . }}</strong>
|
|
</header>
|