mirror of
https://github.com/imfing/hextra.git
synced 2025-05-16 10:19:45 -04:00
Compare commits
2 Commits
814822957a
...
cabd024584
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cabd024584 | ||
![]() |
f66c915d5b |
@ -10,6 +10,10 @@
|
||||
<title>
|
||||
{{- if .IsHome -}}
|
||||
{{ .Site.Title -}}
|
||||
{{ else if eq .Kind "page" -}}
|
||||
{{ with .Title }}{{ . }} – {{ end -}}
|
||||
{{ $sectionTitle := index .Site.Params.sectionsTitles .Section }}
|
||||
{{ $sectionTitle | default .Site.Title }}
|
||||
{{ else -}}
|
||||
{{ with .Title }}{{ . }} – {{ end -}}
|
||||
{{ .Site.Title -}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user