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 f876e6f commit b5175f1Copy full SHA for b5175f1
about.hbs
@@ -1,2 +1,16 @@
1
{{!< default}}
2
+<header class='page-about__hero'>
3
+ {{#get 'pages' filter="title:'About::Hero - Body'" limit='1'}}
4
+ {{#foreach pages}}
5
+ {{content}}
6
+ {{/foreach}}
7
+ {{/get}}
8
+ <section class='kg-button-card__group'>
9
+ {{#get 'pages' filter='tag:hash-about-hero-cta' limit='2'}}
10
11
12
13
14
+ </section>
15
+</header>
16
{{> 'get-involved' }}
0 commit comments