diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 07580450..5594b294 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -66,7 +66,12 @@
+ {{- $image := resources.Get ( $.Site.Params.logo) -}} + {{ if $image }} + {{ .Site.Title }} + {{else}} {{ .Site.Title }} + {{end}}