Experience format update 2

This commit is contained in:
rox630 2020-11-24 19:03:20 +01:00
parent 05248cbaaf
commit 697897d5c3
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{{ if (index site.Data site.Language.Lang).author }} {{ if (index site.Data site.Language.Lang).author }}
{{ $author = (index site.Data site.Language.Lang).author }} {{ $author = (index site.Data site.Language.Lang).author }}
{{ end }} {{ end }}
{{ $authorImage:= "/assets/images/laurea3.png" }} {{ $authorImage:= "/assets/images/default-avatar.png" }}
{{ if $author.image }} {{ if $author.image }}
{{ $authorImage = $author.image }} {{ $authorImage = $author.image }}
{{ end }} {{ end }}

View file

@ -20,7 +20,7 @@
{{ $backgroundImage = site.Params.background }} {{ $backgroundImage = site.Params.background }}
{{ end }} {{ end }}
{{ $authorImage:= "/assets/images/laurea3.png" }} {{ $authorImage:= "/assets/images/default-avatar.png" }}
{{ if $author.image }} {{ if $author.image }}
{{ $authorImage = $author.image }} {{ $authorImage = $author.image }}
{{ end }} {{ end }}