Val's Dreamscape Journal - initial
This commit is contained in:
8
themes/dreamscape/layouts/partials/header.html
Normal file
8
themes/dreamscape/layouts/partials/header.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<header class="site-header">
|
||||
<a href="/" class="logo">{{ .Site.Title }}</a>
|
||||
<nav>
|
||||
{{ range .Site.Menus.main }}
|
||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user