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: d68ebfc777671dd857ee3646461eec8eb4cd3bf2 (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" data-dir="{{ $.Param "languagedir" | default "ltr" }}">
    {{ 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>