Files
twentyone-world.github.io/network.md
2023-04-28 12:55:47 +02:00

651 B

layout, title
layout title
text Network

List of existing "twentyone" forks:

{% assign communities = "" | split: ',' %}

{% for country in site.data.countries %} {% if country.offbrand %}{% continue %}{% endif %} {% if country.link_to_public_community_group == falsy %}{% continue %}{% endif %} {% assign communities = communities | push: country %} {% endfor %}

{% assign names = communities | map: "name" %} {% assign forks = names | uniq %}

    {% for name in forks %} {% assign fork = communities | where: "name", name | first %}
  • {{ fork.name }}
  • {% endfor %}