mirror of
https://git.coop/cotech/website.git
synced 2025-06-28 09:20:52 +00:00
Use a collection for coops instead of data file
This commit is contained in:
@ -3,10 +3,10 @@ title: CoTech
|
||||
---
|
||||
|
||||
<ul>
|
||||
{% for member in site.data.members %}
|
||||
{% for coop in site.coops %}
|
||||
<li>
|
||||
<a href="{{ member.website }}">
|
||||
{{ member.name }}
|
||||
<a href="{{ coop.url }}">
|
||||
{{ coop.name }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user