1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

Fix URI check in menu

This commit is contained in:
georgyb 2019-03-06 13:39:24 +03:00
parent 58d3892d8f
commit 0439deb92d

View file

@ -14,7 +14,7 @@
{% for option in config.menu %}
<li>
<a
{% if child.uri %}
{% if option.uri %}
href="{{ option.uri }}"
{% else %}
href="/page/{{ option._id }}"