hugo-theme-relearn/docs/layouts/shortcodes/multiconfig.html
2025-01-29 23:30:58 +01:00

11 lines
No EOL
332 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/multiconfig.html" (dict
"page" .Page
"content" .Inner
"config" (.Get "config")
"dataKey" (.Get "dataKey")
"file" (.Get "file")
"fm" (.Get "fm")
"skipHeader" (.Get "skipHeader")
"section" (.Get "section")
) }}