hugo-theme-relearn/layouts/shortcodes/math.html
2023-05-18 14:01:50 +02:00

6 lines
No EOL
152 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/math.html" (dict
"context" .Page
"content" .Inner
"align" (.Get "align")
) }}