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 d27f5c0 commit 3f8c8a5Copy full SHA for 3f8c8a5
templates/governance/index-team.hbs
@@ -1,7 +1,7 @@
1
<div class="flex flex-column justify-between w-100 w-33-l mb4 pa3">
2
<h3>{{team-text team name}}</h3>
3
<p>{{team-text team description}}</p>
4
- <a href="{{baseurl}}/governance/{{team.url}}" class="center w-100 mw6 button button-secondary">
+ <a href="{{../baseurl}}/governance/{{team.url}}" class="center w-100 mw6 button button-secondary">
5
{{text governance-members}}
6
</a>
7
</div>
templates/governance/index.hbs
@@ -48,6 +48,7 @@
48
<div class="highlight"></div>
49
</header>
50
<div class="flex flex-column flex-row-l flex-wrap-l justify-start tc">
51
+
52
{{#each data.wgs as |team| ~}}
53
{{> governance/index-team}}
54
{{/each~}}
0 commit comments