Enable relative permalinks and drop the site.baseurl from post links in index
[blog] / index.html
index bdd4f4d7d085cfa0b36fe6c3d6e1390a1b981601..edbc6b1ff9da7e18c5a14341956ca515537f8cea 100644 (file)
@@ -7,7 +7,7 @@ title: Home
   {% for post in paginator.posts %}
   <div class="post">
     <h1 class="post-title">
-      <a href="{{ site.baseurl }}{{ post.url }}">
+      <a href="{{ post.url }}">
         {{ post.title }}
       </a>
     </h1>