fix syntax

This commit is contained in:
Thomas Zarebczan 2018-08-21 12:05:36 -04:00 committed by GitHub
parent 0950c9f2fd
commit c5369751c7
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', 'amit-tulshyan', 'mark-beamer'] as $bioSlug): ?>
<div class="spacer2">
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
</div>