diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index e256384..ee8a065 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -8,6 +8,9 @@ {{ $strippedSlash := ($.Site.Params.logoimage | replaceRE "^(/)+(.*)" "$2") }} {{ $logoImage := (printf "%s%s" $.Site.BaseURL $strippedSlash) }} Logo Image + {{with $.Site.Params.showTitleWithLogo}} + {{ $.Site.Title }} + {{end}} {{ else }} {{ .Site.Title }} {{ end }}