Skip to content

Commit 3f8c8a5

Browse files
committed
Correctly set base url in governance partials
1 parent d27f5c0 commit 3f8c8a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

templates/governance/index-team.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="flex flex-column justify-between w-100 w-33-l mb4 pa3">
22
<h3>{{team-text team name}}</h3>
33
<p>{{team-text team description}}</p>
4-
<a href="{{baseurl}}/governance/{{team.url}}" class="center w-100 mw6 button button-secondary">
4+
<a href="{{../baseurl}}/governance/{{team.url}}" class="center w-100 mw6 button button-secondary">
55
{{text governance-members}}
66
</a>
77
</div>

templates/governance/index.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<div class="highlight"></div>
4949
</header>
5050
<div class="flex flex-column flex-row-l flex-wrap-l justify-start tc">
51+
5152
{{#each data.wgs as |team| ~}}
5253
{{> governance/index-team}}
5354
{{/each~}}

0 commit comments

Comments
 (0)