The idea is try to follow the Linkedin approach for one vs multiple projects visualisation. Also removed the link from company to avoid useless clickout
6 lines
156 B
HTML
6 lines
156 B
HTML
{{ if .projects }}
|
|
{{ partial "experiences/info/multiple-projects.html" . }}
|
|
{{ else }}
|
|
{{ partial "experiences/info/one-project.html" . }}
|
|
{{ end }}
|
|
|