Volunteer Work

{% for job in site.data.volunteers %}

{{ job.function }}

{{ job.institute }}

{{ job.description }}

{{ job.start_date | date: "%B %Y" }} - {%- if job.end_date %} {{ job.end_date | date: "%B %Y" }} {% else %} Present {% endif %}
{% endfor %}