{% set logo = theme_var(mobile ? 'custom_logo_mobile' : 'custom_logo') %} {% set logo_first = (logo is iterable and logo|length > 0) ? logo|first : null %} {% set logo_file = logo_first.name|default(null) %} {% if logo_file %} {{ site.title }} {% else %} {% include '@images/grav-logo.svg' ignore missing %} {% endif %}