Skip to content

Commit a3fc175

Browse files
authored
Overview page can be in nested Section (#1811)
1 parent 551b783 commit a3fc175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common-theme/layouts/_default/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{{ $moduleTitle := .Page.Params.Title }}
2323
{{/* <!-- We lazily show the module title only if there's actual content under it.--> */}}
2424
{{ $hasShownModuleTitle := false }}
25-
{{ range where $site.Pages "Section" .Page.Section }}
25+
{{ range .Page.Pages }}
2626
{{/* ==========================================
2727
for each page in each sprint in the module <= this isn't looping over the sprints, it's a level higher
2828
=============================================

0 commit comments

Comments
 (0)