diff --git a/themes/devopsdays-responsive/layouts/partials/head.html b/themes/devopsdays-responsive/layouts/partials/head.html index 90952a69636..b0d914b58aa 100644 --- a/themes/devopsdays-responsive/layouts/partials/head.html +++ b/themes/devopsdays-responsive/layouts/partials/head.html @@ -11,7 +11,9 @@ {{ if eq $url "/" }} {{ .Site.Title }} {{ else }} - {{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }} + {{ if .Params.heading }} {{ .Params.heading }} + {{ else }} {{ .Title }} + {{ end }} {{ end }}