hugo-theme-relearn/exampleSite/layouts/shortcodes/multiconfig.html

11 lines
332 B
HTML
Raw Normal View History

2024-03-02 10:04:52 +00:00
{{- $_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")
2024-10-04 13:44:13 +00:00
"section" (.Get "section")
2024-03-02 10:04:52 +00:00
) }}