mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
5 lines
No EOL
340 B
Text
5 lines
No EOL
340 B
Text
{{- $page := .page }}
|
|
{{- $content := .content }}
|
|
{{- $outputFormat := .outputFormat }}
|
|
{{- $page.Page.Store.Set (printf "%sIsNested" $outputFormat) false }}
|
|
{{- partial "output-partial.hugo" (dict "base" "article" "page" $page "parameter" (dict "page" $page "content" $content "outputFormat" $outputFormat) "outputFormat" $outputFormat) }} |