refactored 404 image into site config
This commit is contained in:
parent
e9d54d0175
commit
989c21ef34
2 changed files with 3 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue