Update team.php

This commit is contained in:
Brinck Slattery 2018-10-11 16:25:47 -04:00 committed by GitHub
parent 62b44757be
commit f4516a1cb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,8 +33,7 @@
<?php foreach (['josh-finer',
'tom-zarebczan',
'brinck-slattery',
'rob-smith',
'james-biller'] as $bioSlug): ?>
'rob-smith'] as $bioSlug): ?>
<div class="spacer2">
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
</div>