still typos

This commit is contained in:
Yusur 2025-06-14 12:17:49 +02:00
parent 0dc7c2f786
commit 32f5346d4e

View file

@ -8,8 +8,8 @@
{% block nav %}
{% if p.topic %}
{% from "macros/nav.html" import nav_topic with context %}
{{ nav_topic(p.topic) }}
{% from "macros/nav.html" import nav_guild with context %}
{{ nav_guild(p.topic) }}
{% endif %}
{% endblock %}