make title generation cross-platform
parent
90f9d9a49a
commit
daa0d0744b
|
@ -3,8 +3,7 @@
|
||||||
{{ if .Title }}
|
{{ if .Title }}
|
||||||
{{ $title = .Title }}
|
{{ $title = .Title }}
|
||||||
{{ else if and .IsSection .File }}
|
{{ else if and .IsSection .File }}
|
||||||
{{ $sections := split (trim .File.Dir "/") "/" }}
|
{{ $title = path.Base .File.Dir | humanize | title }}
|
||||||
{{ $title = index ($sections | last 1) 0 | humanize }}
|
|
||||||
{{ else if and .IsPage .File }}
|
{{ else if and .IsPage .File }}
|
||||||
{{ $title = .File.BaseFileName | humanize | title }}
|
{{ $title = .File.BaseFileName | humanize | title }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue