Hugo-theme-stack/layouts/partials/article/article.html

7 lines
229 B
HTML
Raw Normal View History

<article class="{{ if .Params.image }}has-image {{ end }}main-article">
{{ partial "article/components/header" . }}
2020-08-22 07:20:08 -04:00
{{ partial "article/components/content" . }}
2020-08-22 07:20:08 -04:00
{{ partial "article/components/footer" . }}
2020-08-22 07:20:08 -04:00
</article>