First batch of day one
This commit is contained in:
4
themes/hugo-theme-relearn/layouts/partials/body.html
Normal file
4
themes/hugo-theme-relearn/layouts/partials/body.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{- $page := .page }}
|
||||
{{- $content := .content }}
|
||||
{{- $outputFormat := partial "output-format.hugo" .page }}
|
||||
{{- partial "single-article.hugo" (dict "page" $page "content" $content "outputFormat" $outputFormat) }}
|
||||
Reference in New Issue
Block a user