parent
71fb618a7a
commit
329678bf52
3 changed files with 3 additions and 3 deletions
|
|
@ -159,7 +159,7 @@ social:
|
|||
# 404 page #
|
||||
############
|
||||
|
||||
404-img: "/img/labtocat.png"
|
||||
err-404-img: "/img/labtocat.png"
|
||||
|
||||
##################
|
||||
# GPG on Keybase #
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue