* Refactor sidebar logic + fix responsiveness * Add TOC * Add Pagination * Update exampleSite * Update README.md
5 lines
174 B
HTML
5 lines
174 B
HTML
{{ if gt (len .positions) 1 }}
|
|
{{ partial "sections/experiences/multiple-positions" . }}
|
|
{{ else }}
|
|
{{ partial "sections/experiences/single-position.html" . }}
|
|
{{ end }}
|