From a2ab956f90a4f1a1fa1d5b944918a07dda3ded88 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 14 Apr 2017 13:44:20 +0200 Subject: Update default.html --- _layouts/default.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 40d3812..660935e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,10 +8,9 @@ - {% capture include_head_content %}{% include head.html %}{% endcapture %} - {% unless include_head_content contains "Liquid error" %} + {% if site.custom_head %} {% include head.html %} - {% endunless %} + {% endif %}