Skip to content

Commit 1240c99

Browse files
authored
Merge pull request #158 from haskellfoundation/committees
Actually use the committees value.
2 parents 81ced54 + 04f8a9c commit 1240c99

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)