File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,8 @@ <h1>Commands</h1>
100
100
</ div >
101
101
</ form >
102
102
103
- {{ $parent := .Page }}
104
103
{{ $pages := (where .Site.Pages "Section" .Section).ByWeight }}
105
- {{ $pages = (where $pages "Type" "!=" "search") }}
106
- {{ $pages = (where $pages ".Params.hide_summary" "!=" true) }}
107
- {{ $pages = (where $pages ".Parent" "!=" nil) }}
108
- {{/* $pages = (where $pages "Parent.File.UniqueID" "==" $parent.File.UniqueID) */}}
109
104
{{ $pages = (where $pages ".Params.hidden" "!=" true) }}
110
- {{ $pages = (where $pages "Kind" "!=" "section") }}
111
105
< div id ="commands-grid " class ="flex flex-col md:grid grid-cols-[repeat(auto-fit,minmax(18rem,1fr))] gap-4 text-redis-ink-900 mx-auto ">
112
106
{{ range $index, $page := $pages }}
113
107
< article
You can’t perform that action at this time.
0 commit comments