Ver código fonte

Fix links on front page

gyeben 11 anos atrás
pai
commit
f0dfe0fee1
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -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>
@@ -34,4 +34,4 @@ title: Home
   {% else %}
     <span class="pagination-item newer">Newer</span>
   {% endif %}
-</div>
+</div>