mirror of
https://git.coop/cotech/website.git
synced 2024-11-24 15:43:07 +00:00
Create index.html
This commit is contained in:
parent
da9a10dcd6
commit
b9d88af150
9
index.html
Normal file
9
index.html
Normal file
@ -0,0 +1,9 @@
|
||||
<ul>
|
||||
{% for member in site.data.members %}
|
||||
<li>
|
||||
<a href="{{ member.website }}">
|
||||
{{ member.name }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Reference in New Issue
Block a user