We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551b783 commit a3fc175Copy full SHA for a3fc175
1 file changed
common-theme/layouts/_default/overview.html
@@ -22,7 +22,7 @@
22
{{ $moduleTitle := .Page.Params.Title }}
23
{{/* <!-- We lazily show the module title only if there's actual content under it.--> */}}
24
{{ $hasShownModuleTitle := false }}
25
- {{ range where $site.Pages "Section" .Page.Section }}
+ {{ range .Page.Pages }}
26
{{/* ==========================================
27
for each page in each sprint in the module <= this isn't looping over the sprints, it's a level higher
28
=============================================
0 commit comments