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

10 lines
299 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")
) }}