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 897113cCopy full SHA for 897113c
layouts/partials/patterns-browser.html
@@ -22,7 +22,8 @@ <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 "Type" "patterns"}}
26
+ {{ $patterns := where $patterns "BundleType" "branch"}}
27
<div class="pf-l-stack pf-m-gutter">
28
<div class="pf-l-stack__item pf-u-text-align-right pattern-count-style">
29
<span id="pattern-count">{{- len $patterns -}}</span> of {{ len $patterns }} patterns displayed
0 commit comments