hugo-theme-relearn/layouts/shortcodes/math.html
2022-07-02 14:00:23 +02:00

6 lines
No EOL
148 B
HTML

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