From 05dfb5753dc80e0883d123a74c719d443e735208 Mon Sep 17 00:00:00 2001
From: Bud Parr <budparr@gmail.com>
Date: Sat, 15 Apr 2017 13:27:28 +0000
Subject: [PATCH] add .Site.BaseURL to nav

---
 layouts/partials/site-navigation.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html
index 3065419..65b82de 100644
--- a/layouts/partials/site-navigation.html
+++ b/layouts/partials/site-navigation.html
@@ -1,6 +1,6 @@
 <nav class="pv3 ph3 ph4-ns" role="navigation">
   <div class="flex-l justify-between items-center center">
-    <a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
+    <a href="{{ .Site.BaseURL }}" class="f3 fw2 hover-white no-underline white-90 dib">
       {{ .Site.Title }}
     </a>
     <div class="flex-l items-center">

--
Gitblit v1.10.0