增加数学支持

This commit is contained in:
2026-02-04 13:27:44 +08:00
parent 47b7c5493c
commit 17bc811c72
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{- /* Head custom content area start */ -}}
{{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the <head></head> section of every page. */ -}}
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
{{- /* Head custom content area end */ -}}
{{ if or .Params.math .Site.Params.math }}
{{ partial "math.html" . }}
{{ end }}