diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 8829125..1fe5159 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,7 @@ {{ if .Site.Params.favicon -}} {{- end }} - {{ $title := or (i18n .Title) .Title -}} + {{ $title := or (i18n .Title) .Title .Site.Title -}} {{ $title }}{{ if ne $title .Site.Title }} - {{ .Site.Title }}{{ end }} {{ hugo.Generator }} {{ $main := resources.Get "sass/main.scss" | toCSS | minify -}}