hugo-toha/layouts/partials/sections/experiences/experience-info.html
Jan 5065d92e87
Update experience-info.html
added .html to multiple-positions
2022-01-17 20:04:27 +01:00

5 lines
179 B
HTML

{{ if gt (len .positions) 1 }}
{{ partial "sections/experiences/multiple-positions.html" . }}
{{ else }}
{{ partial "sections/experiences/single-position.html" . }}
{{ end }}