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 }}