|
@@ -85,6 +85,7 @@
|
|
<time pubdate="pubdate" datetime="{{ article.date.isoformat() }}">{{ article.date.strftime('%b') }} {{ day }} {{- article.date.strftime(', %Y') }}</time>
|
|
<time pubdate="pubdate" datetime="{{ article.date.isoformat() }}">{{ article.date.strftime('%b') }} {{ day }} {{- article.date.strftime(', %Y') }}</time>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% include '_includes/last_updated.html' %}
|
|
{% include '_includes/last_updated.html' %}
|
|
|
|
+ {% include '_includes/multi_parts.html' %}
|
|
{% if article.category|trim|count > 0 %}
|
|
{% if article.category|trim|count > 0 %}
|
|
<h4>Category</h4>
|
|
<h4>Category</h4>
|
|
<a class="category-link" href="{{ SITEURL }}/categories.html#{{ category.slug }}-ref">{{ article.category }}</a>
|
|
<a class="category-link" href="{{ SITEURL }}/categories.html#{{ category.slug }}-ref">{{ article.category }}</a>
|