From 69d7d824831f1b8e902032a3c272403507e72c71 Mon Sep 17 00:00:00 2001 From: christopherjang1 <158527033+christopherjang1@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:20:02 -0700 Subject: [PATCH] Update work.liquid adding "location" element for the the work experience section under cv. --- _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 }} +

+