First batch of day one
This commit is contained in:
5
themes/hugo-theme-relearn/layouts/partials/article.html
Normal file
5
themes/hugo-theme-relearn/layouts/partials/article.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{- $page := .page }}
|
||||
{{- $content := .content }}
|
||||
{{- $outputFormat := .outputFormat }}
|
||||
{{- $hook := "article" }}
|
||||
{{- partialCached "archetype.hugo" (dict "hook" $hook "page" $page "parameter" (dict "page" $page "content" $content) "outputFormat" $outputFormat) $page.RelPermalink $outputFormat $hook }}
|
||||
Reference in New Issue
Block a user