Remove unnecessary codes + Fix CSS
This commit is contained in:
parent
89e8dd2068
commit
b903065691
7 changed files with 89 additions and 64 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue