Use site title and fall back to page title
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ range .Ancestors }}
|
{{ range .Ancestors }}
|
||||||
{{ $title := cond (and .IsHome (not .Title)) site.Title .Title }}
|
{{ $title := cond .IsHome (site.Title | default .Title) .Title }}
|
||||||
|
|
||||||
{{ $titles = $titles | append ($title | markdownify | plainify | htmlUnescape) }}
|
{{ $titles = $titles | append ($title | markdownify | plainify | htmlUnescape) }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user