summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/header.html
blob: 23834df68bbf0c850a56546c8045fd06a175b7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>