diff options
Diffstat (limited to 'blog/_includes')
-rw-r--r-- | blog/_includes/volunteers.html | 8 |
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> |