feat(article): add KaTeX support

This commit is contained in:
Jimmy Cai
2020-09-21 16:22:44 +02:00
parent 0cee4930e2
commit b14ca5d15b
3 changed files with 13 additions and 0 deletions
+4
View File
@@ -4,4 +4,8 @@
{{ partial "article/components/content" . }}
{{ partial "article/components/footer" . }}
{{ if or .Params.math .Site.Params.article.math }}
{{ partialCached "article/components/math.html" . }}
{{ end }}
</article>