This commit is contained in:
SG
2025-06-12 17:49:31 +03:00
parent 62562c9afd
commit 5a44c570d4

View File

@@ -25,7 +25,7 @@
</div> </div>
<div class="card-footer"> <div class="card-footer">
{% for item_category in content_item.categories %} {% for item_category in content_item.categories %}
<small><a href="{{ parent_path }}categories/{{ item_category }}.html" class="text-muted mx-1">{{ item_category }}</a></small> <small><a href="{{ parent_path }}categories/{{ item_category }}.html" class="text-muted text-decoration-none mx-1">{{ item_category }}</a></small>
{% endfor %} {% endfor %}
</div> </div>
</div> </div>