Skip to content

Commit 04f8a9c

Browse files
committed
Actually use the committees value. Close #153
1 parent 81ced54 commit 04f8a9c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/who-we-are/exec-and-board.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ <h3 class="text-xl font-semibold">$name$</h3>
9898
$if(committees)$
9999
<div>
100100
<div class="font-bold text-gray-600">Committees</div>
101-
<p>
102-
Ways of Working, Technical Agenda
103-
</p>
101+
<p>$committees$</p>
104102
</div>
105103
$endif$
106104
$if(email)$

0 commit comments

Comments
 (0)