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 page #
############ ############
404-img: "/img/labtocat.png" err-404-img: "/img/labtocat.png"
################## ##################
# GPG on Keybase # # GPG on Keybase #

View file

@ -18,7 +18,7 @@
{{ page.content | markdownify }} {{ 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>
</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." description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine."
keywords: "smith, jones, personal, jekyll, theme" keywords: "smith, jones, personal, jekyll, theme"
favicon: "/img/favicon.ico" favicon: "/img/favicon.ico"
404-img: "/img/labtocat.png" err-404-img: "/img/labtocat.png"
</code></pre> </code></pre>
The values that you set, will be placed in the head section of every generated HTML page. The values that you set, will be placed in the head section of every generated HTML page.