Uncommenting the article tags display in main article view

pull/2/head
Calum Andrew Morrell 2025-05-09 22:15:48 +01:00
parent ba4a6822f2
commit fe11b1afb4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<hr class="my-2">
<div class="flex justify-between text-neutral-400">
<span>Posted in the <a class="hover:text-red-400" href="{% url 'articles:list_category' category=article.category.slug %}">{{ article.category }}</a> category</span>
{# <span>{% include 'articles/includes/display_tags.html' %}</span>#}
<span>{% include 'articles/includes/display_tags.html' %}</span>
</div>
</article>
{% endblock %}