ソースを参照

Fixed link on related posts

Mauro Gestoso 10 年 前
コミット
be60f23e91
1 ファイル変更1 行追加1 行削除
  1. 1 1
      _layouts/post.html

+ 1 - 1
_layouts/post.html

@@ -14,7 +14,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>