summaryrefslogtreecommitdiffstats
path: root/blog/_includes/volunteers.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_includes/volunteers.html')
-rw-r--r--blog/_includes/volunteers.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/blog/_includes/volunteers.html b/blog/_includes/volunteers.html
new file mode 100644
index 0000000..bba887f
--- /dev/null
+++ b/blog/_includes/volunteers.html
@@ -0,0 +1,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>