summaryrefslogtreecommitdiffstats
path: root/blog/_includes/volunteers.html
blob: bba887f5bb9aca79de3a39a019545ca465e170c1 (plain) (blame)
1
2
3
4
5
6
7
8
<section class="volunteers">
  {% for person in site.volunteers %}
    <article class="volunteer">
      <span class="name">{{ person.name }}</span> /
      <span class="description">{{ person.description }}</span>
    </article>
  {% endfor %}
</section>