summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/mobile-header.html
blob: 720b83d7737529f800294cd4f87a6b0345c64626 (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 }}" alt="Menu" />
  </label>
  <strong>{{ partial "docs/title" . }}</strong>
</header>