diff --git a/themes/buha/layouts/partials/layout/generator/form.html b/themes/buha/layouts/partials/layout/generator/form.html index 8cef561a..296f9578 100644 --- a/themes/buha/layouts/partials/layout/generator/form.html +++ b/themes/buha/layouts/partials/layout/generator/form.html @@ -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 }}