diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index f9c2d13dd..2f6795785 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -49,8 +49,10 @@

{{ .Site.Params.experience.title | default "Experience" >
{{ .job }} + {{ if .companyUrl }} - - {{ .company }} + {{ .company }} + {{ end }}
{{ .date }} {{ if .info.enable | default true }} @@ -88,8 +90,10 @@

{{ .Site.Params.experience.title | default "Experience"
{{ .job }} - - {{ .company }} - + {{ if .companyUrl }} + - + {{ .company }} + {{ end }}
{{ .date }} {{ if .info.enable | default true }}