Skip to content

Commit

Permalink
Fix broken post links on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkogan committed Sep 10, 2015
1 parent 6f87c8e commit 7f29064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -7,7 +7,7 @@
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ site.baseurl }}/{{ post.url }}">
<a href="{{ site.baseurl }}{{ post.url }}">
{{ post.title }}
</a>
</h1>
Expand Down

0 comments on commit 7f29064

Please sign in to comment.