refactored 404 image into site config

This commit is contained in:
Panos Sakkos 2015-07-05 20:00:48 +02:00
parent e9d54d0175
commit 989c21ef34
2 changed files with 3 additions and 1 deletions

View file

@ -67,5 +67,7 @@ social:
- title: "soundcloud"
url: "https://soundcloud.com/psakkos/"
404-img: "/img/labtocat.png"
# Exclusion list from the generated _site
exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor"]

View file

@ -15,7 +15,7 @@
{{ page.content | markdownify }}
<img class="img-responsive center-block" src="/img/labtocat.png" alt="">
<img class="img-responsive center-block" src="{{ site.404-img }}" alt="">
{% include social-buttons.html %}