diff options
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 }} |