Menu can be configured

This commit is contained in:
southerntofu 2020-04-24 14:10:52 +02:00
parent 898078b75b
commit 52d1ab053b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
{% endif %}
{% if translations %}{{ widgets::translations(translations=translations) }}{% endif %}
{% if config.extra.menu and config.extra.menu != "disabled" %}
{{ widgets::menu(path="_common/menu.md") }}
{{ widgets::menu(path=config.extra.menu) }}
{% elif config.extra.menu != "disabled" %}
<h2>Point config.extra.menu to a Markdown page and you will have a navigation menu</h2>
{% endif %}