diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index a1d3e31..ae553cf 100755 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -6,9 +6,13 @@
{{ partial "site-navigation.html" .}}
+ {{ if .Site.Params.logo }} + {{ .Title | default .Site.Title }} + {{ else }}

{{ .Title | default .Site.Title }}

+ {{ end }} {{ with .Params.description }}

{{ . }}