From 604dc7aac82ee9fccacdb3f087d7f847b1eb7c24 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Sat, 3 Feb 2024 12:07:29 +0100 Subject: [PATCH] Add space --- .../partials/sections/experiences/multiple-positions.html | 5 ++--- layouts/partials/sections/experiences/single-position.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/layouts/partials/sections/experiences/multiple-positions.html b/layouts/partials/sections/experiences/multiple-positions.html index db623f8..cd3d905 100644 --- a/layouts/partials/sections/experiences/multiple-positions.html +++ b/layouts/partials/sections/experiences/multiple-positions.html @@ -15,8 +15,7 @@ {{ $mostRecentPosition := index (first 1 .positions) 0}}
{{ if .company.url }}{{ .company.name }}{{ else }}{{ .company.name }}{{ end }}
-

- {{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }} +

{{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }}

@@ -30,7 +29,7 @@ {{ range $index,$position:= .positions }}

{{ $position.designation }}
-

{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}

+

{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}