From 3df372874eb33893144d364213411bff6b9dbe6f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 26 Feb 2017 15:52:50 +0100 Subject: Add info on volunteers to about page. --- blog/_includes/volunteers.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 blog/_includes/volunteers.html (limited to 'blog/_includes') 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 @@ +
+ {% for person in site.volunteers %} +
+ {{ person.name }} / + {{ person.description }} +
+ {% endfor %} +
-- cgit v1.2.3