diff options
author | Ben Burwell <ben@benburwell.com> | 2020-06-06 23:59:27 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2020-06-06 23:59:27 -0400 |
commit | af81bdaf4ba94000a93503b6001a46bbe2062ec4 (patch) | |
tree | c992fd020ed25a8ee9d4be5b3d1cb5909132af81 /_layouts | |
parent | 0afe3e36494d62446af8dffd4e49ca0942d09c20 (diff) |
Refresh home page layout
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/nav.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/_layouts/nav.html b/_layouts/nav.html index 57cabb9..f955d0f 100644 --- a/_layouts/nav.html +++ b/_layouts/nav.html @@ -2,10 +2,11 @@ layout: master --- <nav> - <a href="/">Home</a> / - <a href="/posts/">Blog</a> / - <a href="/projects.html">Projects</a> / - <a href="/food/">Food</a> / + <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> +<hr> {{ content }} |