Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 754 Bytes

chapters.md

File metadata and controls

17 lines (17 loc) · 754 Bytes
layout title permalink
page
Join a Chapter
/chapters/

{% assign activity_levels = "active,semiactive,inactive" | split: ','%} {% for level in activity_levels %}

{{level | capitalize}} chapters

{% assign chapters = site.data.chapters.chapters | where:"activity_level",level | sort: "text" %} {% for chapter in chapters %}
    {% if chapter.url %}{{chapter.text}}{% else if%}{{chapter.text}}{% endif %} {% if chapter.twitter %} · Twitter{% endif %} {% if chapter.meetup %} · Meetup{% endif %}
{% endfor %} {% endfor %}