diff --git a/_includes/resume/volunteer.liquid b/_includes/resume/volunteer.liquid
index c0b41f7..7a7b2d6 100644
--- a/_includes/resume/volunteer.liquid
+++ b/_includes/resume/volunteer.liquid
@@ -12,7 +12,25 @@
{% else %}
{% assign date = '' %}
{% endif %}
- {{ date }}
+
+
+
+ |
+ {{ date }}
+ |
+
+ {% if content.location %}
+
+ |
+
+
+ {{ content.location }}
+
+ |
+
+ {% endif %}
+
+
diff --git a/assets/json/resume.json b/assets/json/resume.json
index a6fbc20..5ab5eca 100644
--- a/assets/json/resume.json
+++ b/assets/json/resume.json
@@ -36,6 +36,7 @@
"volunteer": [
{
"organization": "People's Climate March",
+ "location": "Zurich, Switzerland",
"position": "Lead Organizer",
"url": "https://example.com",
"startDate": "2014-04-01",