Compare commits

...

3 Commits

2 changed files with 2 additions and 2 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 %}

View File

@ -1,6 +1,6 @@
[project]
name = "drulum"
version = "0.1.0"
version = "0.1.1"
description = "This is the Django project for drulum.com"
requires-python = ">=3.13"
dependencies = [