master
Will Faught 5 months ago
parent 829f8404e6
commit 60fb69b02a

@ -20,11 +20,7 @@
{{ end }} {{ end }}
{{ range .Ancestors }} {{ range .Ancestors }}
{{ $title := .Title }} {{ $title := cond (and .IsHome (not .Title)) site.Title .Title }}
{{ if and .IsHome (not $title) }}
{{ $title = site.Title }}
{{ end }}
{{ $titles = $titles | append ($title | markdownify | plainify | htmlUnescape) }} {{ $titles = $titles | append ($title | markdownify | plainify | htmlUnescape) }}
{{ end }} {{ end }}

Loading…
Cancel
Save