_layouts/archive-years.html in hamilton-0.2.1 vs _layouts/archive-years.html in hamilton-0.2.2
- old
+ new
@@ -27,10 +27,10 @@
</h2>
<ul class="post-list-by-taxonomy">
{%- assign posts = taxonomy.items -%}
{%- for post in posts -%}
<li>
- <time datetime="{{ page.date | date_to_xmlschema }}">{{ post.date | date: "%Y-%m-%d" }}</time> » <a href="{{ post.url }}">{{ post.title | escape }}</a>
+ <time datetime="{{ page.date | date_to_xmlschema }}">{{ post.date | date: "%Y-%m-%d" }}</time> » <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
</li>
{%- endfor -%}
</ul>
<a href="#" class="back-to-top">Top ⇈</a>
{%- endfor -%}