You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
273 B
HTML
14 lines
273 B
HTML
7 years ago
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
{{ content }}
|
||
|
|
||
|
<h2> People </h2>
|
||
|
<section class="people project-people">
|
||
|
{% for uname in page.people %}
|
||
|
{% assign person = site.data.people[uname] %}
|
||
|
{% include person.html person=person image=true%}
|
||
|
{% endfor %}
|
||
|
</section>
|