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 8a8a5f5 commit 8a72e0fCopy full SHA for 8a72e0f
layouts/partials/patterns-browser.html
@@ -22,7 +22,7 @@ <h1 class="pf-c-title pf-m-4xl">
22
</div>
23
24
<div class="pf-c-content" >
25
- {{ $patterns := where $.Pages "Section" "patterns"}}
+ {{ $patterns := where $.Pages "Parent.Path" "/patterns"}}
26
<div class="pf-l-stack pf-m-gutter">
27
<div class="pf-l-stack__item pf-u-text-align-right pattern-count-style">
28
<span id="pattern-count">{{- len $patterns -}}</span> of {{ len $patterns }} patterns displayed
0 commit comments