{# Site title #}
{{ macros_set_title::set_title() }}
{# Favicon #} {% if config.extra.favicon %}
{% endif %} {% if config.extra.favicon_emoji %}
{% endif %} {# RSS #}
{# CSS #} {# Load subset of glyphs for header. Avoids flashing issue in Firefox #} {% if config.extra.custom_subset == true %}
{% elif lang == 'en' %}
{% elif lang == 'es' %}
{% endif %}
{% if config.extra.stylesheets %} {% for stylesheet in config.extra.stylesheets %}
{% endfor %} {% endif %}
{% if is_404 %}
{% else %}
{% endif %}
{% if config.extra.headerImage %}
{% endif %} {% set current_url = current_url | default(value="/") %}
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%} {%- endif -%}