tags: adhere to titleSeparator configuration

This commit is contained in:
Sören Weber 2022-02-23 16:16:08 +01:00
parent fc222c9e64
commit fee394cd64
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -104,7 +104,7 @@
{{- partial "tags.html" . }}
</div>
{{- if and (not .IsHome) (not .Params.chapter) }}
<h1>{{ if eq .Kind "term" }}{{ .Data.Singular | humanize }} :: {{ end }}{{ .Title }}</h1>
<h1>{{ if eq .Kind "term" }}{{ .Data.Singular | humanize }} {{ default "::" .Site.Params.titleSeparator }} {{ end }}{{ .Title }}</h1>
{{- end }}
{{- define "breadcrumb" }}