Fixed URLs based on the guidelines given in Jekyll documentation at
[blog] / _layouts / default.html
index 62aa2596157b7e96fec80cd05840613812d4a02b..d68e8981e055a4424562e6c673b59461dcdf0f26 100644 (file)
@@ -8,7 +8,7 @@
     <div class="container content">
       <header class="masthead">
         <h3 class="masthead-title">
-          <a href="{{ site.baseurl }}" title="Home">{{ site.title }}</a>
+          <a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
           <small>{{ site.tagline }}</small>
         </h3>
       </header>