mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 13:14:21 +01:00
9 lines
212 B
HTML
9 lines
212 B
HTML
|
|
<ul>
|
|
{% for organisation in site.organisations %}
|
|
<li>
|
|
<a href="{{ organisation.permalink }}">{{ organisation.title }}</a> - {{ organisation.blurb }}
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|