5
0
mirror of https://git.coop/cotech/website.git synced 2024-09-16 03:06:04 +00:00
cotech-website/index.html

14 lines
169 B
HTML
Raw Normal View History

2017-06-27 13:16:07 +00:00
---
title: CoTech
---
2017-06-27 13:14:21 +00:00
<ul>
{% for member in site.data.members %}
<li>
<a href="{{ member.website }}">
{{ member.name }}
</a>
</li>
{% endfor %}
</ul>