forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
bd7897ba03
commit
b0124183d3
|
@ -64,6 +64,12 @@
|
|||
{{ $n := path.Base (strings.TrimSuffix (path.Ext .Name) .Name) }}
|
||||
{{- $finale = $finale | append $n -}}
|
||||
{{ end }}
|
||||
{{ range $pages }}
|
||||
{{- with .Params.foundations -}}
|
||||
{{- $finale = $finale | append . -}}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ else }}
|
||||
{{ range $pages }}
|
||||
{{ range .Param $in0 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user