From 587b2ac961ec9728063f125b35c135fb7a44e689 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Tue, 20 Mar 2018 13:19:13 -0400 Subject: [PATCH] Amend handling of logofile not being set --- layouts/partials/header.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 2c49fc0..957da38 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -11,8 +11,10 @@
{{ end }}
- {{ if ne .Site.Params.logofile "" }} - + {{ if (not (isset .Site.Params "logofile")) }} + Logo HOWTO + {{ else if ne .Site.Params.logofile "" }} + {{ end }}