Merge pull request #19 from BrightOpen/master

#14 fix menu
This commit is contained in:
Paweł Romanowski 2022-11-10 11:44:16 +01:00 committed by GitHub
commit d8565d716c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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