diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 87a70d9..40619ca 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -12,7 +12,7 @@
   {{ if .Params.image }}
     {{ $image = .Params.image }}
   {{ else }}
-    {{ $image = resources.Get "images/rw_profile.jpg" }}
+    {{ $image = "/images/rw_profile.jpg" }}
   {{ end }}
 
   <meta property="og:title" content="{{ .Title }}">