_includes/helpers/posts_collate in jekyll-theme-simple-texture-0.1.0 vs _includes/helpers/posts_collate in jekyll-theme-simple-texture-0.1.1
- old
+ new
@@ -8,10 +8,10 @@
<h2 class='year'>{{ this_year }}</h2>
<ul class="post-list">
{% endif %}
<li>
- <a class="active internal" href="{{ post.url }}">{{ post.title }}</a>
+ <a class="active internal" href="{{ post.url | relative_url }}">{{ post.title }}</a>
{% if post.last_updated %}
<span title="{{ site.data.i18n[site.lang].last_updated }}: {{ post.last_updated | date: "%b %d, %Y" }}" class="date">{{ post.date | date: "%b %d, %Y" }}</span>
{% else %}
<span class="date">{{ post.date | date: "%b %d, %Y" }}</span>
{% endif %}