URL bugfix

This commit is contained in:
randogoth 2023-05-24 00:04:11 +03:00
parent 651becfb6b
commit dad997e986
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
{% block content_title %}
{% endblock %}
{% for article in articles %}
+ [{{ article.locale_date }}] `!`_`[{{ article.title }}`:/{{ article.url }}]`_`!
+ [{{ article.locale_date }}] `!`_`[{{ article.title }}`:/page/{{ article.url }}]`_`!
{% endfor %}