Add basic scaffolding for site.
This commit is contained in:
6
themes/mainroad/layouts/partials/header.html
Normal file
6
themes/mainroad/layouts/partials/header.html
Normal file
@ -0,0 +1,6 @@
|
||||
<header class="header">
|
||||
<div class="container header__container">
|
||||
{{ partial "logo.html" . }}
|
||||
{{ partial "menu.html" . }}
|
||||
</div>
|
||||
</header>
|
Reference in New Issue
Block a user