{%- if config.theme.logo %} {%- endif %} {{ config.site_name }} {%- if config.theme.include_sidebar and nav %} {# Mobile nav lives here as a
disclosure; the sidebar is hidden below md. #}
{%- if config.theme.icon == 'lucide' %} {%- else %} {%- endif %}
{% include "partials/nav.html" %}
{%- endif %}
{%- if 'search' in config.plugins %} {% include "partials/search-box.html" %} {%- endif %} {% include "partials/language.html" %} {% include "partials/color-mode.html" %}