Welcome to mirror list, hosted at ThFree Co, Russian Federation.

navbar-menu-mobile.html « menu « navbar « partials « layouts - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ad86f2fe47d301c1d7a35f3bfcc5f477e57380d (plain)
1
2
3
4
5
6
7
8
9
10
11
<span id="navMenuMobile" class="hide">
  <button id="navCollapseBtn" class="navbar__dropdown--title" aria-label="Section Menu">
    {{ if .IsHome }}
      {{ .Site.Title }}
    {{ else }}
      {{ .Type }}
    {{ end }}
    {{ partial "svgs/arrow-down.svg" (dict "width" 20 "height" 20) }}
  </button>
  {{ partial "navbar/menu/navbar-menu-collapse.html" . }}
</span>