mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 03:04:19 +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 forks = names | uniq %}
|
||||
|
||||
{% for fork in forks %}
|
||||
- {{ fork }}
|
||||
{% for name in forks %}
|
||||
{% assign fork = communities | where: "name", name | first %}
|
||||
- [{{ fork.name }}]({{ fork.link_to_public_community_group }})
|
||||
{% endfor %}
|
||||
|
||||
[← Back to the map](/)
|
||||
|
||||
Reference in New Issue
Block a user