diff --git a/layouts/_default/term.html b/layouts/_default/term.html index 5f71eb6a80..a68b224384 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -9,7 +9,7 @@ {{- if not $title }} {{- $title = .Data.Singular | humanize }} {{- end }} -{{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) (.Title | humanize) }} +{{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) .Title }}

{{ $title }}