aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r--layouts/partials/nav.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
new file mode 100644
index 0000000..9e04c80
--- /dev/null
+++ b/layouts/partials/nav.html
@@ -0,0 +1,8 @@
+<h1>Michael Hunteman</h1>
+<nav>
+ <ul>
+ {{ range .Site.Menus.nav }}
+ <li><a href="{{ .URL }}">{{ .Name }}</a></li>
+ {{ end }}
+ </ul>
+</nav>