summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/header/navigation.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusticus/layouts/partials/header/navigation.html')
-rw-r--r--themes/rusticus/layouts/partials/header/navigation.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/rusticus/layouts/partials/header/navigation.html b/themes/rusticus/layouts/partials/header/navigation.html
new file mode 100644
index 0000000..f2ca7d8
--- /dev/null
+++ b/themes/rusticus/layouts/partials/header/navigation.html
@@ -0,0 +1,7 @@
+<nav>
+ <ul>
+ {{ range .Site.Menus.main }}
+ <li><a href="{{ .URL }}" title="{{ .Title }}">{{ lower .Name }}</a></li>
+ {{ end }}
+ </ul>
+</nav>