You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
437 B
HTML
14 lines
437 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">
|
|
{{ if default true (default .Site.Params.BookToC .Params.BookToC) }}
|
|
<img src="{{ "svg/toc.svg" | relURL }}" class="book-icon" alt="Table of Contents" />
|
|
{{ end }}
|
|
</label>
|
|
</div>
|