hugo-theme-relearn/layouts/shortcodes/children.html
2022-06-22 21:41:23 +02:00

10 lines
No EOL
329 B
HTML

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