summaryrefslogtreecommitdiff
path: root/_includes/nav.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/nav.html')
-rw-r--r--_includes/nav.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_includes/nav.html b/_includes/nav.html
new file mode 100644
index 0000000..baaf857
--- /dev/null
+++ b/_includes/nav.html
@@ -0,0 +1,7 @@
+<div class="navbar">
+ <ul>
+ {%- for item in site.data.pagelist.page_list -%}
+ <li><a href="{{ item.url }}">{{ item.title }}</a></li>
+ {%- endfor -%}
+ </ul>
+</div>