10 lines
329 B
HTML
10 lines
329 B
HTML
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
||
|
{{- partial "shortcodes/children.html" (dict
|
||
|
"context" .
|
||
|
"containerstyle" (.Get "containerstyle")
|
||
|
"description" (.Get "description")
|
||
|
"depth" (.Get "depth")
|
||
|
"showhidden" (.Get "showhidden")
|
||
|
"sort" (.Get "sort")
|
||
|
"style" (.Get "style")
|
||
|
) }}
|