Compare commits
3 Commits
ba4a6822f2
...
3b97d779af
| Author | SHA1 | Date |
|---|---|---|
|
|
3b97d779af | |
|
|
ed75171326 | |
|
|
fe11b1afb4 |
|
|
@ -22,7 +22,7 @@
|
||||||
<hr class="my-2">
|
<hr class="my-2">
|
||||||
<div class="flex justify-between text-neutral-400">
|
<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>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>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "drulum"
|
name = "drulum"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "This is the Django project for drulum.com"
|
description = "This is the Django project for drulum.com"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue