_includes/post-meta.html in alembic-jekyll-theme-1.2.1 vs _includes/post-meta.html in alembic-jekyll-theme-1.5.0
- old
+ new
@@ -1,3 +1,3 @@
<small class="small post-meta">
- {% if page.category %}<span class="label label--category">{{ page.category }}</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="/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>