diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 78a6766..78d5185 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -7,7 +7,7 @@
-
+ {{ partial "favicon.html" }}
{{ partial "style.html" "scss/style.scss" }}
{{ partial "style.html" "css/font-awesome.css" }}
diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html
new file mode 100644
index 0000000..d63d622
--- /dev/null
+++ b/layouts/partials/favicon.html
@@ -0,0 +1,7 @@
+{{ $image := "/img/logo-transparent.png" }}
+{{ $sizes := slice 16 32 64 100 200 }}
+
+{{ range $sizes }}
+ {{ $sizes := printf "%dx%d" . . }}
+ -->
+{{ end }}