mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 18:24:21 +01:00
Link to public groups
This commit is contained in:
@@ -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](/)
|
||||||
|
|||||||
Reference in New Issue
Block a user