theshell.ch/site/pages/info/people.html

18 lines
276 B
HTML
Raw Normal View History

---
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>