Update experience-info.html (#502)

added .html to multiple-positions
This commit is contained in:
Jan
2022-01-18 04:57:20 +01:00
committed by GitHub
parent 5e172bca28
commit d0a6eb4b28
@@ -1,5 +1,5 @@
{{ if gt (len .positions) 1 }}
{{ partial "sections/experiences/multiple-positions" . }}
{{ partial "sections/experiences/multiple-positions.html" . }}
{{ else }}
{{ partial "sections/experiences/single-position.html" . }}
{{ end }}