diff --git a/i18n/en.toml b/i18n/en.toml index 0831649..10c1f1e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -12,7 +12,7 @@ other = "Table of Contents" other = "at" [resume] -other = "My resume" +other = "My Resume" [navigation] other = "Navigation" diff --git a/layouts/partials/helpers/get-author-image.html b/layouts/partials/helpers/get-author-image.html index 8142ddc..9fe76ce 100644 --- a/layouts/partials/helpers/get-author-image.html +++ b/layouts/partials/helpers/get-author-image.html @@ -2,7 +2,7 @@ {{ if (index site.Data site.Language.Lang).author }} {{ $author = (index site.Data site.Language.Lang).author }} {{ end }} -{{ $authorImage:= "/assets/images/default-avatar.png" }} +{{ $authorImage:= "/assets/images/laurea3.png" }} {{ if $author.image }} {{ $authorImage = $author.image }} {{ end }} diff --git a/layouts/partials/sections/experiences/single-position.html b/layouts/partials/sections/experiences/single-position.html index dda35ef..096582e 100644 --- a/layouts/partials/sections/experiences/single-position.html +++ b/layouts/partials/sections/experiences/single-position.html @@ -2,7 +2,7 @@
{{ $position:= index .positions 0 }} -
{{ $position.designation }}
+
{{ $position.designation | markdownify}}
{{ if .company.url }}{{ .company.name }}{{ else }}{{ .company.name }}{{ end }}

{{ $position.start }} - {{ if $position.end }}{{ $position.end }}{{ else }}Present{{ end }}, @@ -12,7 +12,7 @@

{{ .company.overview | markdownify }}

-
Responsibilities:
+
{{ if $position.responsibilities }}Responsibilities:{{ end }}