This commit is contained in:
Bright Open Jo 2022-06-24 01:00:23 +02:00
parent 0cc423545a
commit ef8ff785a4

View file

@ -1,4 +1,5 @@
{% macro menu(config, current_path) %} {% macro menu(config, current_path) %}
{%- set current_item = false -%}
{%- if config.extra.menu_items %} {%- if config.extra.menu_items %}
{%- set menu_items = config.extra.menu_items -%} {%- set menu_items = config.extra.menu_items -%}