2020-09-12 16:37:55 +08:00
|
|
|
<article class="{{ if .Params.image }}has-image {{ end }}main-article">
|
2020-08-25 01:27:51 +08:00
|
|
|
{{ partial "article/components/header" . }}
|
2020-08-22 19:20:08 +08:00
|
|
|
|
2020-08-25 01:27:51 +08:00
|
|
|
{{ partial "article/components/content" . }}
|
2020-08-22 19:20:08 +08:00
|
|
|
|
2020-08-25 01:27:51 +08:00
|
|
|
{{ partial "article/components/footer" . }}
|
2020-09-21 22:22:44 +08:00
|
|
|
|
|
|
|
{{ if or .Params.math .Site.Params.article.math }}
|
|
|
|
{{ partialCached "article/components/math.html" . }}
|
|
|
|
{{ end }}
|
2020-08-22 19:20:08 +08:00
|
|
|
</article>
|