From a787982af8a3793c7be600d4a96b84715ab97951 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 1 Jan 2018 19:20:43 +0000 Subject: [PATCH] Check logo exists before showing it --- _includes/site-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/site-header.html b/_includes/site-header.html index fa02f3e..2a93c0c 100755 --- a/_includes/site-header.html +++ b/_includes/site-header.html @@ -1,6 +1,6 @@
- {% include site-logo.html %} + {% if site.logo %}{% include site-logo.html %}{% endif %} {% include site-nav.html %}