Update team.php

This commit is contained in:
Brinck Slattery 2018-10-10 13:39:44 -04:00 committed by GitHub
parent a8921e00d9
commit 368b2a0367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
<?php endforeach ?>
<h2>Technical</h2>
<?php foreach ([ 'kay-kurokawa', 'jack-robison', 'lex-berezhny',
'akinwale-ariwodola', 'sean-yesmunt', 'amit-tulshyan', 'mark-beamer'] as $bioSlug): ?>
'akinwale-ariwodola', 'sean-yesmunt', 'niko-storni', 'amit-tulshyan', 'mark-beamer'] as $bioSlug): ?>
<div class="spacer2">
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
</div>