summaryrefslogtreecommitdiff
path: root/_layouts/nav.html
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-10 14:02:00 -0400
committerBen Burwell <ben@benburwell.com>2019-08-10 14:22:58 -0400
commitb95713a03e1f82868f5db81fb264c23496641cad (patch)
tree550ec1551e45d73f13876ec1cfe3716215733c13 /_layouts/nav.html
parent79a14b5fa3970deda7235e3d38ffd591a75a88a3 (diff)
Add alternate themes
Diffstat (limited to '_layouts/nav.html')
-rw-r--r--_layouts/nav.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts/nav.html b/_layouts/nav.html
new file mode 100644
index 0000000..3a04970
--- /dev/null
+++ b/_layouts/nav.html
@@ -0,0 +1,9 @@
+---
+layout: master
+---
+<nav>
+ <a href="/">Home</a> /
+ <a href="/posts/">Blog</a> /
+ <a href="/projects.html">Projects</a>
+</nav>
+{{ content }}