posts.md in arrow-jekyll-theme-0.1.1 vs posts.md in arrow-jekyll-theme-0.1.2
- old
+ new
@@ -6,9 +6,9 @@
<ul class="feed">
{% for post in site.posts %}
<li class="feed-item">
<p class="feed-item__date"><time>{{ post.date | date: "%Y-%m-%d"}}</time></p>
- <h1 class="feed-item__title"><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ <h1 class="feed-item__title"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
</li>
{% endfor %}
</ul>
\ No newline at end of file