File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
exampleSite/content/shortcodes/children Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "List the child pages of a page"
4
4
title = " Children"
5
5
+++
6
6
7
- The ` children ` shortcode lists the child pages of a page and its descendants .
7
+ The ` children ` shortcode lists the child pages of the current page and its descendants .
8
8
9
9
{{% children sort="weight" %}}
10
10
## Usage
@@ -35,7 +35,6 @@ While the examples are using shortcodes with named parameter you are free to als
35
35
36
36
| Name | Default | Notes |
37
37
| :-------------------| :------------------| :------------|
38
- | ** page** | _ < ; current> ; _ | Specify the page name (section name) to display children for. |
39
38
| ** containerstyle** | ` ul ` | Choose the style used to group all children. It could be any HTML tag name. |
40
39
| ** style** | ` li ` | Choose the style used to display each descendant. It could be any HTML tag name. |
41
40
| ** showhidden** | ` false ` | When ` true ` , child pages hidden from the menu will be displayed aswell. |
You can’t perform that action at this time.
0 commit comments