You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
308 B

4 years ago
  1. <header class="header">
  2. <div class="header__inner">
  3. <div class="header__logo">
  4. {{ partial "logo.html" . }}
  5. </div>
  6. {{ if len $.Site.Menus }}
  7. <div class="menu-trigger">menu</div>
  8. {{ end }}
  9. </div>
  10. {{ if len $.Site.Menus }}
  11. {{ partial "menu.html" . }}
  12. {{ end }}
  13. </header>