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 }}
{{ $author = (index site.Data site.Language.Lang).author }}
{{ end }}
{{ $authorImage:= "/assets/images/laurea3.png" }}
{{ $authorImage:= "/assets/images/default-avatar.png" }}
{{ if $author.image }}
{{ $authorImage = $author.image }}
{{ end }}

View file

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