Remove unnecessary codes + Fix CSS

This commit is contained in:
hossainemruz 2020-07-06 23:45:19 +06:00
parent 89e8dd2068
commit b903065691
7 changed files with 89 additions and 64 deletions

View file

@ -1,5 +1,5 @@
{{ if .positions }}
{{ if gt (len .positions) 1 }}
{{ partial "experiences/multiple-positions" . }}
{{ else }}
{{ partial "experiences/one-position.html" . }}
{{ end }}
{{ partial "experiences/single-position.html" . }}
{{ end }}