1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00

Fix URI check in menu (#49)

This commit is contained in:
George Berezhnoy 2019-03-06 13:40:41 +03:00 committed by GitHub
parent 58d3892d8f
commit 420aa69731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}"