From 329678bf52ae5a98294dcef5a74b53d26796de35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DJ=20Ca=C3=ABsar=209114?= Date: Sat, 28 Jan 2017 16:24:14 +0100 Subject: [PATCH] Modifying warning due to 404 extension (#202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks @djcaesar9114 👏 --- _config.yml | 2 +- _layouts/error.html | 2 +- _posts/2015-06-25-initial-setup.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.