diff --git a/_config.yml b/_config.yml
index 273fa65..0e9ca91 100755
--- a/_config.yml
+++ b/_config.yml
@@ -159,7 +159,7 @@ social:
# 404 page #
############
-404-img: "/img/labtocat.png"
+err-404-img: "/img/labtocat.png"
##################
# GPG on Keybase #
diff --git a/_layouts/error.html b/_layouts/error.html
index 80ad257..765f928 100644
--- a/_layouts/error.html
+++ b/_layouts/error.html
@@ -18,7 +18,7 @@
{{ page.content | markdownify }}
-
+
diff --git a/_posts/2015-06-25-initial-setup.md b/_posts/2015-06-25-initial-setup.md
index 9d15136..d8bdaa1 100644
--- a/_posts/2015-06-25-initial-setup.md
+++ b/_posts/2015-06-25-initial-setup.md
@@ -68,7 +68,7 @@ title: "{ John Smith }"
description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine."
keywords: "smith, jones, personal, jekyll, theme"
favicon: "/img/favicon.ico"
-404-img: "/img/labtocat.png"
+err-404-img: "/img/labtocat.png"
The values that you set, will be placed in the head section of every generated HTML page.