Files
kubecon24/themes/hugo-theme-relearn/layouts/shortcodes/math.html
2024-03-19 14:59:45 +01:00

6 lines
152 B
HTML

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