Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 847 Bytes

admin.md

File metadata and controls

22 lines (19 loc) · 847 Bytes
title
Admin

{% assign sorted_elections = site.data.elections.oakland | sort %} {% for election_data in sorted_elections reversed %} {% assign election_date = election_data[0] %} {% include admin/ballot_index.html locality="oakland" election=election_date %} {% endfor %}

Elections In Other Jurisdictions

{% assign sorted_elections = site.data.elections.sf | sort %} {% for election_data in sorted_elections reversed %} {% assign election_date = election_data[0] %} {% include admin/ballot_index.html locality="sf" election=election_date %} {% endfor %}

{% assign sorted_elections = site.data.elections.berkeley | sort %} {% for election_data in sorted_elections reversed %} {% assign election_date = election_data[0] %} {% include admin/ballot_index.html locality="berkeley" election=election_date %} {% endfor %}