diff options
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e69de29..d0930a3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html | |||
@@ -0,0 +1,8 @@ | |||
1 | <header> | ||
2 | <h1>{{ .Title | default .Site.Title }}</h1> | ||
3 | <nav> | ||
4 | {{ range .Site.Menus.main }} | ||
5 | <a href="{{ .URL }}">{{ .Name }}</a> | ||
6 | {{ end }} | ||
7 | </nav> | ||
8 | </header> \ No newline at end of file | ||