mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
10 lines
No EOL
299 B
HTML
10 lines
No EOL
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")
|
|
) }} |