From 48b9b6ce8a7d61c3aa94d10941601a57bdd73217 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 2 Dec 2023 23:21:28 +0300 Subject: Update styles --- layouts/partials/sections/experience.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/sections/experience.html') diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index 5e25f37..c975051 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -5,14 +5,14 @@ {{ .Title }} - + {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} – {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }} {{with .Params.workplace}}{{ . }}{{ end }} - {{ with .Params.location}}{{ . }}{{ end }} + {{ with .Params.location}}{{ . }}{{ end }} -- cgit v1.2.3