add header_nav_delimiter

This commit is contained in:
OniriCorpe 2024-06-21 00:47:35 +02:00
parent f2f9c24cf4
commit 23db14077c
3 changed files with 10 additions and 2 deletions

View file

@ -11,6 +11,9 @@
{% set language_key = 'name_' ~ current_lang %}
{{ nav_item[language_key] }}
</a>
{%- if not loop.last %}
{{ config.extra.header_nav_delimiter | default (value="") }}
{%- endif %}
{% endfor %}
<div>
<input type="checkbox" id="theme-toggle" style="display: none;">