From 697897d5c3a5015eb3bc72c7f78fd5fbf5478630 Mon Sep 17 00:00:00 2001 From: rox630 <45094817+rox630@users.noreply.github.com> Date: Tue, 24 Nov 2020 19:03:20 +0100 Subject: [PATCH] Experience format update 2 --- layouts/partials/helpers/get-author-image.html | 2 +- layouts/partials/sections/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/helpers/get-author-image.html b/layouts/partials/helpers/get-author-image.html index 9fe76ce..8142ddc 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/laurea3.png" }} +{{ $authorImage:= "/assets/images/default-avatar.png" }} {{ if $author.image }} {{ $authorImage = $author.image }} {{ end }} diff --git a/layouts/partials/sections/home.html b/layouts/partials/sections/home.html index 53b074e..4bf85e2 100644 --- a/layouts/partials/sections/home.html +++ b/layouts/partials/sections/home.html @@ -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 }}