Update team.php

This commit is contained in:
Brinck Slattery 2019-08-20 17:06:17 -04:00 committed by GitHub
parent 56aaa099d3
commit b261aa1b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
<h2>Technical</h2>
</div>
<?php foreach (['jack-robison', 'lex-berezhny', 'akinwale-ariwodola', 'antoniy-shumanov', 'andrey', 'sean-yesmunt', 'niko-storni', 'paul-webb', 'mark-beamer'] as $bioSlug): ?>
<?php foreach (['jack-robison', 'lex-berezhny', 'akinwale-ariwodola', 'antoniyshumanov', 'andrey', 'sean-yesmunt', 'niko-storni', 'paul-webb', 'mark-beamer'] as $bioSlug): ?>
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
<?php endforeach ?>
</section>