URL fixes

This commit is contained in:
randogoth 2023-05-17 12:29:44 +03:00
parent 9ecdc007d9
commit 66a52435d1
10 changed files with 16 additions and 44 deletions

View file

@ -1,6 +1,6 @@
{% extends "base.mu" %}
{% block content %}
{% for category, articles in categories %}
+ `[{{ category }}`/{{ category.url }}]
+ `[{{ category }}`:/{{ category.url }}]
{% endfor %}
{% endblock %}