mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
7 lines
229 B
HTML
7 lines
229 B
HTML
<article class="{{ if .Params.image }}has-image{{ end }} main-article">
|
|
{{ partial "article/components/header" . }}
|
|
|
|
{{ partial "article/components/content" . }}
|
|
|
|
{{ partial "article/components/footer" . }}
|
|
</article> |