From 908e96dbd1df2c019216395b90603b8996803fe8 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 27 Apr 2015 20:58:01 +0200 Subject: [PATCH] Feed autodiscovery --- _includes/head.html | 3 +++ 1 file changed, 3 insertions(+) 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 %}