Explorar o código

Fixed link on related posts

Mauro Gestoso %!s(int64=10) %!d(string=hai) anos
pai
achega
be60f23e91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>