hugo-theme-relearn/layouts/shortcodes/math.html

6 lines
No EOL
152 B
HTML

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