18 lines
276 B
HTML
18 lines
276 B
HTML
|
---
|
||
|
layout: page
|
||
|
category-title: Information
|
||
|
category-page: info
|
||
|
tags: project author people humans
|
||
|
author: Joey Bevilacqua
|
||
|
title: Who we are
|
||
|
---
|
||
|
|
||
|
<p>
|
||
|
|
||
|
<ul>
|
||
|
{% for item in site.authors %}
|
||
|
<li><b>{{ item.name }}</b>: {{ item.position }}</li>
|
||
|
{% endfor %}
|
||
|
</ul>
|
||
|
</p>
|