theshell.ch/site/pages/info/people.html
bevilj 31f7d97ff6 docs: add authors page
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@88 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-10 22:01:06 +00:00

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>