This commit is contained in:
10
layouts/partials/header.html
Normal file
10
layouts/partials/header.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<header class="site-header">
|
||||
<div class="page-shell header-inner">
|
||||
<a class="brand" href="/">{{ site.Title }}</a>
|
||||
<nav class="site-nav" aria-label="Main navigation">
|
||||
{{ range site.Menus.main }}
|
||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user