mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:55:49 +08:00
4 lines
226 B
Plaintext
4 lines
226 B
Plaintext
{{- $page := .page }}
|
|
{{- $content := .content }}
|
|
{{- $page.Page.Store.Set "relearnIsNested" false }}
|
|
{{- partial "output-partial.hugo" (dict "base" "article" "page" $page "parameter" (dict "page" $page "content" $content)) }} |