culinary.kemonine.info/themes/hugo-theme-relearn/layouts/shortcodes/children.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")
) }}