{%- set favicon = site.header.favicon | default('favicon.svg', true) -%} {%- set logo_light = site.header.logo_light | default('logo-light.svg', true) -%} {%- set logo_dark = site.header.logo_dark | default('logo-dark.svg', true) -%} {#- A logo/favicon may be a filename under static/images or an https image URL -#} {%- set favicon_src = favicon if favicon.startswith('https://') else url_for('static', filename='images/' ~ favicon) -%} {%- set logo_light_src = logo_light if logo_light.startswith('https://') else url_for('static', filename='images/' ~ logo_light) -%} {%- set logo_dark_src = logo_dark if logo_dark.startswith('https://') else url_for('static', filename='images/' ~ logo_dark) -%} {%- set colours = site.colours | default({}, true) -%}