Update experience-info.html

added .html to multiple-positions
This commit is contained in:
Jan 2022-01-17 20:04:27 +01:00 committed by GitHub
parent 5e172bca28
commit 5065d92e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}