summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-06-06 16:04:36 -0400
committerBen Burwell <ben@benburwell.com>2020-06-06 16:04:36 -0400
commitae3e6eab35e5a9d0f990c56c063b725862dcdc3f (patch)
tree03a1211364b01ebb3dcfeb20ddb868e12a94dc8b /_layouts
parent886d81fad0f2efb16ac59ada96c814db7050af87 (diff)
Add food section to site
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/nav.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/nav.html b/_layouts/nav.html
index 8fdb1fc..57cabb9 100644
--- a/_layouts/nav.html
+++ b/_layouts/nav.html
@@ -5,6 +5,7 @@ layout: master
<a href="/">Home</a> /
<a href="/posts/">Blog</a> /
<a href="/projects.html">Projects</a> /
+ <a href="/food/">Food</a> /
<a href="/talks.html">Talks</a>
</nav>
{{ content }}