From a5b6aca448dd1e9457e473eb56662a00662b6908 Mon Sep 17 00:00:00 2001 From: Alireza Dehghanzadeh <86428901+alerezaaa@users.noreply.github.com> Date: Wed, 17 Apr 2024 21:47:43 +0330 Subject: [PATCH] =?UTF-8?q?=20Update=20work.liquid=20to=20show=20the=20loc?= =?UTF-8?q?ation=20of=20work=20experience=20under=20cv=20=E2=80=A6=20(#234?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …page same as pull request https://github.com/alshedivat/al-folio/pull/2298 and commit https://github.com/alshedivat/al-folio/commit/363f277aa82df6e03f172dbcf2f9c1fbe84aca26 for **Volunteer** section --- _includes/resume/volunteer.liquid | 20 +++++++++++++++++++- assets/json/resume.json | 1 + 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/_includes/resume/volunteer.liquid b/_includes/resume/volunteer.liquid index c0b41f7df044..7a7b2d68e829 100644 --- a/_includes/resume/volunteer.liquid +++ b/_includes/resume/volunteer.liquid @@ -12,7 +12,25 @@ {% else %} {% assign date = '' %} {% endif %} - {{ date }} + + + + + + {% if content.location %} + + + + {% endif %} + +
+ {{ date }} +
+

+ + {{ content.location }} +

+
diff --git a/assets/json/resume.json b/assets/json/resume.json index a6fbc2061f04..5ab5ecac0d85 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",