hugo-theme-stack-stars/layouts/partials/article/article.html
2020-09-21 16:22:44 +02:00

11 lines
No EOL
360 B
HTML

<article class="{{ if .Params.image }}has-image {{ end }}main-article">
{{ partial "article/components/header" . }}
{{ partial "article/components/content" . }}
{{ partial "article/components/footer" . }}
{{ if or .Params.math .Site.Params.article.math }}
{{ partialCached "article/components/math.html" . }}
{{ end }}
</article>