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 title %}{{ SITENAME }}{% endblock title %}
{% endblock head %}
{% for title, link in MENUITEMS %}`[{{ title }}`{{ link }}]{% endfor %}{% if DISPLAY_PAGES_ON_MENU %}{% for p in PAGES %}`[{{ p.title }}`/{{ p.url }}]{% endfor %}{% else %}{% if DISPLAY_CATEGORIES_ON_MENU %}{% for cat, null in categories %}`[{% if cat == category %}`_{% endif %}{{ cat }}{% if cat == category %}`_{% endif %}`/{{ cat.url }}]{% endfor %}{% endif %}{% endif %}
{% for title, link in MENUITEMS %}`[{{ title }}`{{ link }}]{% endfor %}{% if DISPLAY_PAGES_ON_MENU %}{% for p in PAGES %}`[{{ p.title }}`:/page/{{ p.url }}]{% endfor %}{% endif %}
{% block content %}
{% endblock %}