layout | hidden_title | permalink |
---|---|---|
hidden_page |
Previous Does[0]Compute Meetings |
/previousDNC/ |
{% assign site_year = site.time | date: "%Y" %} {% assign site_day = site.time | date: "%j" %}
-
{% for post in site.compute reversed%}
{% assign post_year = post.meet_date | date: "%Y" %}
{% assign post_day = post.meet_date | date: "%j" %}
{% if post_year <= site_year %}
{% if post_year != site_year or post_day <= site_day %}
-
{{ post.meet_date | date: "%b %-d, %Y" }}
{{ post.topic }}
Lead by: {% if post.leaders %} {{ post.leaders }} {% else %} To be determined {% endif %}
{% endif %}
{% endif %}
{% endfor %}