Fixes #41: Use site.baseurl on blog post titles
authorMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:34:55 +0000 (10:34 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:34:55 +0000 (10:34 -0700)
index.html

index edbc6b1ff9da7e18c5a14341956ca515537f8cea..bdd4f4d7d085cfa0b36fe6c3d6e1390a1b981601 100644 (file)
@@ -7,7 +7,7 @@ title: Home
   {% for post in paginator.posts %}
   <div class="post">
     <h1 class="post-title">
-      <a href="{{ post.url }}">
+      <a href="{{ site.baseurl }}{{ post.url }}">
         {{ post.title }}
       </a>
     </h1>