diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html
index a77568f54d..6722748825 100644
--- a/layouts/partials/favicon.html
+++ b/layouts/partials/favicon.html
@@ -1,14 +1,14 @@
{{- $assetBusting := not .Site.Params.disableAssetsBusting }}
{{- 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 }}
\ No newline at end of file