summaryrefslogtreecommitdiff
path: root/layouts/_partials/header.html
blob: 762a4bc397c92330366de902dd8c3b0f4289cb7d (plain) (blame)
1
2
3
4
5
6
7
<header>
	<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
	<hr>
	{{ range .Site.Menus.nav }}
		<a href="{{ .URL }}">{{ .Name }}</a><br>
	{{ end }}
</header>