mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-16 13:25:01 +01:00
vendor terminal
no more fucking submodule
This commit is contained in:
parent
a48053540e
commit
d2e858ddca
88 changed files with 8681 additions and 4 deletions
13
themes/terminal/layouts/partials/header.html
Normal file
13
themes/terminal/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