{% if site.config.favicon %} {%- set favicon_href = site.config.favicon -%} {%- if favicon_href is starting_with("/") -%} {%- set favicon_href = site.config.base_url ~ favicon_href -%} {%- endif -%} {%- set favicon_type = "" -%} {%- if favicon_href is ending_with(".svg") -%} {%- set favicon_type = "image/svg+xml" -%} {%- elif favicon_href is ending_with(".png") -%} {%- set favicon_type = "image/png" -%} {%- elif favicon_href is ending_with(".ico") -%} {%- set favicon_type = "image/x-icon" -%} {%- endif -%} {% endif %}