From 5a9548611c27afc6b4921d66c298a46578cc1d13 Mon Sep 17 00:00:00 2001 From: christopherjang1 <158527033+christopherjang1@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:24:48 -0700 Subject: [PATCH] Update work.liquid to show the location of work experience under cv page (#2298) adding "location" element when location object is added to work experience. Location icon and the entered value will appear on the CV page under the work experience section. This feature already exists for education section, but not for work. The change is made to make the experiece more consistent. ![image](https://github.com/alshedivat/al-folio/assets/158527033/9b55e139-1078-4655-8a18-56ac43da4d74) --- _includes/resume/work.liquid | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/_includes/resume/work.liquid b/_includes/resume/work.liquid index 50b107442da3..79d8da91e497 100644 --- a/_includes/resume/work.liquid +++ b/_includes/resume/work.liquid @@ -12,7 +12,25 @@ {% else %} {% assign date = '' %} {% endif %} - {{ date }} + + + + + + {% if content.location %} + + + + {% endif %} + +
+ {{ date }} +
+

+ + {{ content.location }} +

+