mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
4 lines
No EOL
222 B
HTML
4 lines
No EOL
222 B
HTML
{{- $page := .page }}
|
|
{{- $content := .content }}
|
|
{{- $hook := "article" }}
|
|
{{- partialCached "archetype.hugo" (dict "hook" $hook "page" $page "parameter" (dict "page" $page "content" $content)) $page.RelPermalink $hook }} |