9 lines
312 B
HTML
9 lines
312 B
HTML
<header class="flex align-center justify-between book-header">
|
|
<label id="menu-control" for="menu-control">
|
|
<img src="{{ "svg/menu.svg" | relURL }}" class="book-icon" alt="Menu" />
|
|
</label>
|
|
<label id="toc-control" for="toc-control">
|
|
<strong>{{ partial "docs/title" . }}</strong>
|
|
</label>
|
|
</header>
|