mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 21:35:13 -04:00
Added where .RegularPagesRecursive was added
Seems like there isn't a way to render shortcodes in a readfile.
This commit is contained in:
parent
a92296e314
commit
49e7964096
@ -26,9 +26,11 @@ the current _list_ page:
|
||||
: Collection of only _regular_ pages under the
|
||||
current _list_ page. This **excludes** regular pages in nested sections/_list_ pages (those are subdirectories with an `_index.md` file.
|
||||
|
||||
`.RegularPagesRecursive`{{< new-in "0.68.0" >}}
|
||||
`.RegularPagesRecursive`
|
||||
: Collection of **all** _regular_ pages under a _list_ page. This **includes** regular pages in nested sections/_list_ pages.
|
||||
|
||||
This feature was added in Hugo version 0.68.0
|
||||
|
||||
Note
|
||||
: From the scope of _regular_ pages, `.Pages` and
|
||||
`.RegularPages` return an empty slice.
|
||||
|
Loading…
x
Reference in New Issue
Block a user