Merge branch 'author-master'

This commit is contained in:
Pau Trepat Segura 2020-07-10 02:02:03 +02:00
commit 4ff5846be8
7 changed files with 98 additions and 37 deletions

View file

@ -1,6 +1,6 @@
{{ if .projects }}
{{ partial "experiences/info/multiple-projects.html" . }}
{{ if .positions }}
{{ partial "experiences/multiple-positions" . }}
{{ else }}
{{ partial "experiences/info/one-project.html" . }}
{{ partial "experiences/single-position.html" . }}
{{ end }}