hugo-theme-relearn/layouts/partials/single-article.html
2022-07-09 16:38:28 +02:00

4 lines
No EOL
289 B
HTML

{{- $page := .page }}
{{- $content := .content }}
{{- $page.Page.Store.Set (printf "%sIsNested" (($page.Scratch.Get "relearnOutputFormat") | lower)) false }}
{{- partial "output-partial.html" (dict "base" "output-article" "page" $page "parameter" (dict "page" $page "content" $content)) }}