small fixes

This commit is contained in:
teldra 2022-04-11 18:19:21 +02:00
parent bd7897ba03
commit b0124183d3
1 changed files with 6 additions and 0 deletions

View File

@ -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 }}