From 05248cbaafb57abee44a24d3684dbe25a7c61161 Mon Sep 17 00:00:00 2001 From: rox630 <45094817+rox630@users.noreply.github.com> Date: Tue, 24 Nov 2020 18:58:48 +0100 Subject: [PATCH] Experience format update --- i18n/en.toml | 2 +- layouts/partials/helpers/get-author-image.html | 2 +- layouts/partials/sections/experiences/single-position.html | 4 ++-- layouts/partials/sections/home.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 }}