Refactor sidebar logic + fix responsiveness
This commit is contained in:
parent
647578e88b
commit
8ec90ee255
53 changed files with 1712 additions and 671 deletions
|
@ -0,0 +1,5 @@
|
|||
{{ if gt (len .positions) 1 }}
|
||||
{{ partial "sections/experiences/multiple-positions" . }}
|
||||
{{ else }}
|
||||
{{ partial "sections/experiences/single-position.html" . }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue