diff --git a/_includes/head.html b/_includes/head.html index f4d1bd2..672aa26 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -56,6 +56,9 @@ + + + {% if page.image.background or site.background %} {% capture background %}{% if page.image.background %}{{ page.image.background }}{% else %}{{ site.background }}{% endif %}{% endcapture %} {% unless background contains 'http://' or background contains 'https://' %}{% capture background %}{{ site.url }}/images/{{ background }}{% endcapture %}{% endunless %}