summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/mobile-header.html
blob: b69f58cf6f3675c2a723a965811dedff99292c97 (plain)
1
2
3
4
5
6
<header class="flex align-center justify-between book-header">
  <label for="menu-control">
    <img src="{{ "svg/menu.svg" | relURL }}" class="book-icon" alt="Menu" />
  </label>
  <strong>{{ partial "docs/title" . }}</strong>
</header>