diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f2d6641..87a70d9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,14 +7,22 @@
{{ $style := resources.Get "css/style.css" }}
{{ $css := $style | minify | fingerprint }}
-
+
+ {{ $image := "" }}
+ {{ if .Params.image }}
+ {{ $image = .Params.image }}
+ {{ else }}
+ {{ $image = resources.Get "images/rw_profile.jpg" }}
+ {{ end }}
+
-
+
+
-
+