mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:14:52 +08:00
4 lines
222 B
HTML
4 lines
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 }} |