diff --git a/layouts/partials/experiences/experience-info.html b/layouts/partials/experiences/experience-info.html index b2d1ea8..d8892de 100644 --- a/layouts/partials/experiences/experience-info.html +++ b/layouts/partials/experiences/experience-info.html @@ -1,14 +1,5 @@ -
{{ .start }} - {{ if .end }} {{ .end }} {{ else }}Present{{ end }}, {{ .company.location }}
-{{ .company.overview | markdownify }}
-{{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }} {{ $mostRecentPosition.end }} {{ else }} Present {{ end }}, + {{ .company.location }} +
+{{ .company.overview | markdownify }}
+ {{ $totalPositions:= len .positions }} + {{ range $index,$position:= .positions }} +{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} Present {{end}}
+{{ .start }} - {{ if .end }} {{ .end }} {{ else }}Present{{ end }}, + {{ .company.location }} +
+{{ .company.overview | markdownify }}
+