Files
kubecon24/themes/hugo-theme-relearn/layouts/shortcodes/children.html
2024-03-19 14:59:45 +01:00

10 lines
340 B
HTML

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