Merge pull request #94 from dapenggao/patch-2
[blog] / _layouts / post.html
index 5554be9f20d1a393c8ff0c1e0ae970396bbe719f..ec63afc10d770bfaf47daee2c3d2231ce39c8c05 100644 (file)
@@ -15,7 +15,7 @@ layout: default
     {% for post in site.related_posts limit:3 %}
       <li>
         <h3>
-          <a href="{{ site.baseurl }}/{{ post.url }}">
+          <a href="{{ site.baseurl }}{{ post.url }}">
             {{ post.title }}
             <small><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time></small>
           </a>