diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index 9660883..fe9a2b2 100755 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -9,9 +9,9 @@

{{/* Determinate if is a taxonomy page so put the tag is in uppercase on the title */}} {{ if .Data.Singular }} - {{ .Title | default .Site.Title | upper }} + {{ .Title | upper }} {{ else }} - {{ .Title | default .Site.Title }} + {{ .Title }} {{ end }}

{{ with .Params.description }}