forked from mirrors/hugo-theme-terminal
Init
This commit is contained in:
11
layouts/partials/header.html
Normal file
11
layouts/partials/header.html
Normal file
@ -0,0 +1,11 @@
|
||||
<header class="header">
|
||||
<div class="header__inner">
|
||||
<div class="header__logo">
|
||||
{{ partial "logo.html" . }}
|
||||
</div>
|
||||
<div class="menu-trigger">menu</div>
|
||||
</div>
|
||||
{{ if len .Site.Menus }}
|
||||
{{ partial "menu.html" . }}
|
||||
{{ end }}
|
||||
</header>
|
Reference in New Issue
Block a user