This commit is contained in:
antil0pa 2019-05-01 12:52:59 +02:00
parent 41a90f8b85
commit 9784df704a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
{% set show_onpage_menu = header.onpage_menu == true or header.onpage_menu is null %}
{% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
{% include 'partials/language-selector.html.twig' %}
<ul id="nav" class="nav">
{% for page in pages.children %}
{% if page.visible %}