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

nav-mobile.html « partials « layouts - github.com/gohugoio/gohugoioTheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b04866e524b373999b9a67cc00467d55e6a75a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div  class="globalmenu mobilemenu pb1 dn">
    {{ partial "nav-links-global-mobile.html" . }}
</div>
<div  class="docsmenu mobilemenu pb1 dn">
    {{ partial "nav-links-docs-mobile.html" . }}
</div>

<div class="flex dn-l justify-between">
  <button class="js-toggle flex-auto dib dn-l f6 tc db ph3 pv2 link mr2 white bg-primary-color-dark hover-bg-primary-color ba b--white-40 w-auto" data-target=".globalmenu">Menu</button>

  <button class="js-toggle flex-auto dib dn-l f6 tc db ph3 pv2 link white bg-primary-color-dark hover-bg-primary-color ba b--white-40 w-auto" data-target=".docsmenu">Docs Menu</button>
</div>