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:
parent
58d3892d8f
commit
420aa69731
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue