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