URL bugfix
This commit is contained in:
parent
651becfb6b
commit
dad997e986
9 changed files with 9 additions and 9 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue