mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-17 09:10:08 +00:00
5 lines
No EOL
322 B
Text
5 lines
No EOL
322 B
Text
{{- $page := .page }}
|
|
{{- $content := .content }}
|
|
{{- $outputFormat := .outputFormat }}
|
|
{{- $page.Page.Store.Set "relearnIsNested" false }}
|
|
{{- partial "output-partial.hugo" (dict "base" "article" "page" $page "parameter" (dict "page" $page "content" $content "outputFormat" $outputFormat) "outputFormat" $outputFormat) }} |