summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2020-06-06 23:59:27 -0400
committerBen Burwell <ben@benburwell.com>2020-06-06 23:59:27 -0400
commitaf81bdaf4ba94000a93503b6001a46bbe2062ec4 (patch)
treec992fd020ed25a8ee9d4be5b3d1cb5909132af81 /_layouts
parent0afe3e36494d62446af8dffd4e49ca0942d09c20 (diff)
Refresh home page layout
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/nav.html9
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> &middot;
+ <a href="/posts/">Blog</a> &middot;
+ <a href="/projects.html">Projects</a> &middot;
+ <a href="/food/">Food</a> &middot;
<a href="/talks.html">Talks</a>
</nav>
+<hr>
{{ content }}