Uncommenting the article tags display in main article view
parent
ba4a6822f2
commit
fe11b1afb4
|
|
@ -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 %}
|
||||
Loading…
Reference in New Issue