First batch of day one
This commit is contained in:
10
themes/hugo-theme-relearn/layouts/shortcodes/children.html
Normal file
10
themes/hugo-theme-relearn/layouts/shortcodes/children.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- $_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")
|
||||
) }}
|
||||
Reference in New Issue
Block a user