updates
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<article>{{ content_item.html | safe }}</article>
|
<article>{{ content_item.html | safe }}</article>
|
||||||
<div id="categories" class="row">
|
<div id="categories" class="row">
|
||||||
{% for category in categories %}
|
{% for category in content_item.categories %}
|
||||||
<a href="{{ parent_path }}categories/{{ category }}.html" class="mx-2 small text-muted">{{ category }} </a>
|
<a href="{{ parent_path }}categories/{{ category }}.html" class="mx-2 small text-muted">{{ category }} </a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user