Link to public groups

This commit is contained in:
Gigi
2023-04-28 12:07:40 +02:00
parent 247f177149
commit 2d5a828a72

View File

@@ -28,8 +28,9 @@ List of existing "twentyone" forks:
{% assign names = communities | map: "name" %} {% assign names = communities | map: "name" %}
{% assign forks = names | uniq %} {% assign forks = names | uniq %}
{% for fork in forks %} {% for name in forks %}
- {{ fork }} {% assign fork = communities | where: "name", name | first %}
- [{{ fork.name }}]({{ fork.link_to_public_community_group }})
{% endfor %} {% endfor %}
[← Back to the map](/) [← Back to the map](/)