diff --git a/layouts/partials/head/favicons.html b/layouts/partials/head/favicons.html
index 76aeff2..93c5ed5 100644
--- a/layouts/partials/head/favicons.html
+++ b/layouts/partials/head/favicons.html
@@ -1,8 +1,9 @@
-
-{{ if os.FileExists "static/favicon.svg" }}
+
+{{ if os.FileExists "static/favicon.svg" -}}
-{{ end }}
+{{ end -}}
+
diff --git a/static/favicon.svg b/static/favicon.svg
new file mode 100644
index 0000000..4631bc5
--- /dev/null
+++ b/static/favicon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file