Modifying warning due to 404 extension (#202)

Thanks @djcaesar9114 👏
This commit is contained in:
DJ Caësar 9114 2017-01-28 16:24:14 +01:00 committed by Panos Sakkos
parent 71fb618a7a
commit 329678bf52
3 changed files with 3 additions and 3 deletions

View file

@ -159,7 +159,7 @@ social:
# 404 page #
############
404-img: "/img/labtocat.png"
err-404-img: "/img/labtocat.png"
##################
# GPG on Keybase #

View file

@ -18,7 +18,7 @@
{{ page.content | markdownify }}
<img class="img-responsive center-block fourofour" src="{{site.baseurl}}{{ site.404-img }}" alt="">
<img class="img-responsive center-block fourofour" src="{{site.baseurl}}{{ site.err-404-img }}" alt="">
</div>
</div>

View file

@ -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"
</code></pre>
The values that you set, will be placed in the head section of every generated HTML page.