mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
7 lines
516 B
HTML
7 lines
516 B
HTML
{{- /* Set customFilePath default value */ -}}
|
|
{{- $customFilePath := .Site.Params.customFilePath -}}
|
|
{{- $customFilePath = dict "aside" ($customFilePath.aside | default "custom/aside.html") | merge $customFilePath -}}
|
|
{{- $customFilePath = dict "profile" ($customFilePath.profile | default "custom/profile.html") | merge $customFilePath -}}
|
|
{{- $customFilePath = dict "footer" ($customFilePath.footer | default "custom/footer.html") | merge $customFilePath -}}
|
|
{{- .Scratch.Set "customFilePath" $customFilePath -}}
|