Experience format update

This commit is contained in:
rox630 2020-11-24 18:58:48 +01:00
parent 203380f121
commit 05248cbaaf
4 changed files with 5 additions and 5 deletions

View file

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