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

@ -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 }}