{% assign image = page.header | default: site.header | relative_url %} {% assign dark = page.header-dark | is_nil: site.header-dark | is_nil: true %} {% assign svg = "images/logo.svg" | file_exists %} {% assign png = "images/logo.png" | file_exists %} {% assign jpg = "images/logo.jpg" | file_exists %} {% assign logo = svg | default: png | default: jpg | default: nil %}
{% if logo %} {% endif %} {% if site.logo-text != false %} {% if site.title and site.show-title != false %} {{ site.title }} {% endif %} {% if site.subtitle and site.show-subtitle != false %} {{ site.subtitle }} {% endif %} {% endif %}