File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 {{- if not $title }}
1414 {{- $title = .Data.Singular | humanize }}
1515 {{- end }}
16- {{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) ( .Title | humanize) }}
16+ {{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) .Title }}
1717 {{- end }}
1818 {{- $pages = $pages | append (dict "uri" (partial "relLangPrettyUglyURL.hugo" (dict "to" .)) "title" $title "tags" .Params.tags "description" .Description "content" (.Plain | htmlUnescape)) }}
1919 {{- end }}
Original file line number Diff line number Diff line change 1313 { { - if not $title } }
1414 { { - $title = . Data . Singular | humanize } }
1515 { { - end } }
16- { { - $title = printf "%s %s %s" $title ( default "::" . Site . Params . titleSeparator ) ( . Title | humanize ) } }
16+ { { - $title = printf "%s %s %s" $title ( default "::" . Site . Params . titleSeparator ) . Title } }
1717 { { - end } }
1818 { { - $pages = $pages | append ( dict "uri" ( partial "relLangPrettyUglyURL.hugo" ( dict "to" . ) ) "title" $title "tags" . Params . tags "description" . Description "content" ( . Plain | htmlUnescape ) ) } }
1919 { { - end } }
Original file line number Diff line number Diff line change 1818 {{- if not $title }}
1919 {{- $title = .Data.Singular | humanize }}
2020 {{- end }}
21- {{- $title = printf "%s %s %s" ( .Title | humanize) (default "::" .Site.Params.titleSeparator) $title }}
21+ {{- $title = printf "%s %s %s" .Title (default "::" .Site.Params.titleSeparator) $title }}
2222 {{- end }}
2323 {{- if and $title .Site.Title (not (eq $title .Site.Title)) }}
2424 {{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) .Site.Title }}
187187 {{- if not $title }}
188188 {{- $title = .Data.Singular | humanize }}
189189 {{- end }}
190- {{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) ( $to.Title | humanize) }}
190+ {{- $title = printf "%s %s %s" $title (default "::" .Site.Params.titleSeparator) $to.Title }}
191191 {{- end }}
192192 {{- if not $title }}
193193 {{- $title = $to.Site.Title }}
You can’t perform that action at this time.
0 commit comments