James added to team page

This commit is contained in:
James Biller 2018-08-24 15:36:09 -04:00
parent 01bb22f4b0
commit 2d33febc1f

View file

@ -27,11 +27,10 @@
<?php endforeach ?>
<h2>Business</h2>
<?php foreach(['josh-finer',
'natalie-mitchell',
'reilly-smith',
'tom-zarebczan',
'brinck-slattery',
'rob-smith'] as $bioSlug): ?>
'rob-smith',
'james-biller'] as $bioSlug): ?>
<div class="spacer2">
<?php echo View::render('content/_bio', ['person' => $bioSlug]) ?>
</div>