diff options
author | Ben Burwell <ben@benburwell.com> | 2020-06-06 16:04:36 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-06-06 16:04:36 -0400 |
commit | ae3e6eab35e5a9d0f990c56c063b725862dcdc3f (patch) | |
tree | 03a1211364b01ebb3dcfeb20ddb868e12a94dc8b /_layouts/nav.html | |
parent | 886d81fad0f2efb16ac59ada96c814db7050af87 (diff) |
Add food section to site
Diffstat (limited to '_layouts/nav.html')
-rw-r--r-- | _layouts/nav.html | 1 |
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 }} |