From 6c66bc4715581f3c53af7e6ea948e5c8751d59aa Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 00:12:18 +0100 Subject: Fixed logo condition --- _includes/gw_header/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/gw_header/header.html b/_includes/gw_header/header.html index 1b0b74c..b89abf9 100644 --- a/_includes/gw_header/header.html +++ b/_includes/gw_header/header.html @@ -3,7 +3,7 @@ {% include {{ site.inc_before_header }} %} {% endif %} - {% if site.show_downloads %} + {% if site.logo_url %} {% include gw_header/logo.html %} {% endif %} @@ -18,4 +18,4 @@ {% if site.inc_after_header %} {% include {{ site.inc_after_header }} %} {% endif %} - \ No newline at end of file + -- cgit