mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-19 03:10:24 +00:00
12 lines
No EOL
345 B
HTML
12 lines
No EOL
345 B
HTML
{{- $context := .context }}
|
|
{{- $content := .content }}
|
|
{{- $align := .align | default "center" }}
|
|
{{- with $context }}
|
|
<span class="math align-{{ $align }}">
|
|
{{- $content | safeHTML -}}
|
|
</span>
|
|
{{- $page := .Page }}
|
|
{{- range $page.OutputFormats }}
|
|
{{- $page.Scratch.Set (printf "%sHasMathJax" (.Name | lower)) true }}
|
|
{{- end }}
|
|
{{- end }} |