init module
This commit is contained in:
commit
56791937ff
77 changed files with 5549 additions and 0 deletions
13
layouts/partials/header.html
Normal file
13
layouts/partials/header.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<header class="header">
|
||||
<div class="header__inner">
|
||||
<div class="header__logo">
|
||||
{{ partial "logo.html" . }}
|
||||
</div>
|
||||
{{ if len $.Site.Menus }}
|
||||
<div class="menu-trigger">menu</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ if len $.Site.Menus }}
|
||||
{{ partial "menu.html" . }}
|
||||
{{ end }}
|
||||
</header>
|
Loading…
Add table
Add a link
Reference in a new issue