_includes/back_url.html in just-the-cards-0.2.0 vs _includes/back_url.html in just-the-cards-0.2.1
- old
+ new
@@ -8,8 +8,8 @@
{% endcapture %}
{% if path.size == 1 %}
<a class="back" href="/">Home</a>
{% else %}
- <a class="back" href="/{{ parent_url | strip }}">« {{ path | last }}</a>
+ <a class="back" href="{{site.baseurl}}{{ parent_url | strip }}">« {{ path | last }}</a>
{% endif %}
</div>
\ No newline at end of file