From 7e02427d026ac22b707ae782ced509aa540043d6 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Sat, 3 Feb 2024 11:27:35 +0100 Subject: [PATCH] Improve timeline --- .../partials/sections/experiences/multiple-positions.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/partials/sections/experiences/multiple-positions.html b/layouts/partials/sections/experiences/multiple-positions.html index 8523531..efc37a9 100644 --- a/layouts/partials/sections/experiences/multiple-positions.html +++ b/layouts/partials/sections/experiences/multiple-positions.html @@ -28,8 +28,10 @@
{{ range $index,$position:= .positions }} -
{{ $position.designation }}
-

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

+
+
{{ $position.designation }}
+

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

+