mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-05 05:15:39 +00:00
7 lines
212 B
HTML
7 lines
212 B
HTML
<header class="align-center justify-between book-header">
|
|
<label for="menu-control">
|
|
<img src="{{ "svg/menu.svg" | relURL }}" alt="Menu" />
|
|
</label>
|
|
<strong>{{- template "title" . }}</strong>
|
|
</header>
|