mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
4 lines
No EOL
213 B
HTML
4 lines
No EOL
213 B
HTML
{{- $page := .page }}
|
|
{{- $content := .content }}
|
|
{{- $outputFormat := partial "output-format.hugo" .page }}
|
|
{{- partial "single-article.hugo" (dict "page" $page "content" $content "outputFormat" $outputFormat) }} |