{{- $assetBusting := not .Site.Params.disableAssetsBusting }}
{{- if or (fileExists "/static/images/favicon-light.svg") (fileExists "/static/images/favicon-dark.svg") }}
{{/*
Warning: IE and old browser versions do not support media queries necessary for the light & dark theme option.
If you have requirements to support IE and/or older browser versions, use one of the other options.
Reference: https://caniuse.com/css-media-interaction
*/}}
{{- if (fileExists "/static/images/favicon-light.svg") }}
{{- end }}
{{- if (fileExists "/static/images/favicon-dark.svg") }}
{{- end }}
{{- else if (fileExists "/static/images/favicon.svg") }}
{{- else if (fileExists "/static/images/favicon.png") }}
{{- else if (fileExists "/static/images/favicon.ico") }}
{{- else if (fileExists "/static/images/logo.svg") }}
{{- else if (fileExists "/static/images/logo.png") }}
{{- else if (fileExists "/static/images/logo.ico") }}
{{- end }}