Updated href tags to work with Jekylls "baseurl" feature
[blog] / _layouts / default.html
index 9f5911a1ec7bfbdb9b521e5f5d703c5145c964f4..c6964806b6ea79c744e2c5479259e43e5d6a6ac9 100644 (file)
@@ -8,7 +8,7 @@
     <div class="container content">
       <div class="masthead">
         <h3 class="masthead-title">
-          <a href="/" title="Home">{{ site.title }}</a>
+          <a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
           <small>{{ site.tagline }}</small>
         </h3>
       </div>