_includes/post-meta.html in alembic-jekyll-theme-2.0.3 vs _includes/post-meta.html in alembic-jekyll-theme-2.1.0
- old
+ new
@@ -1,3 +1,3 @@
<small class="small post-meta">
- {% if page.category %}<span class="label label--category"><a href="/categories#{{ page.category | downcase }}">{{ page.category }}</a></span> · {% endif %}<time datetime="{{ page.date | date_to_xmlschema }}" class="time">{{ page.date | date_to_string }}</time>
+ {% if page.category %}<span class="label label--category"><a href="{{ site.baseurl }}/categories#{{ page.category | downcase }}">{{ page.category }}</a></span> · {% endif %}<time datetime="{{ page.date | date_to_xmlschema }}" class="time">{{ page.date | date_to_string }}</time>
</small>