From 5107e710cbe685809fc3108eb7a7defef28f1914 Mon Sep 17 00:00:00 2001 From: Florian Harr Date: Sun, 6 Aug 2017 22:52:03 -0400 Subject: [PATCH 1/2] Make authoravatar available to the general config --- layouts/partials/author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/author.html b/layouts/partials/author.html index 970bd3d..d577349 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -4,7 +4,7 @@ {{$authorbio := or .Params.authorbio .Site.Params.authorbio }} {{$authorlocation := or .Params.authorlocation .Site.Params.authorlocation }} {{$authorwebsite := or .Params.authorwebsite .Site.Params.authorwebsite }} -{{$authoravatar := or .Params.authoravatar .Site.Params.logo }} +{{$authoravatar := or .Params.authoravatar .Site.Params.authoravatar }} {{with $authoravatar}}
From e19d2befc589fce91247f9b17ab4613206e531ec Mon Sep 17 00:00:00 2001 From: Florian Harr Date: Sun, 6 Aug 2017 22:54:00 -0400 Subject: [PATCH 2/2] Logo != Author Picture in most cases --- layouts/page/cover.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/page/cover.html b/layouts/page/cover.html index 54bf396..c00c43e 100644 --- a/layouts/page/cover.html +++ b/layouts/page/cover.html @@ -113,7 +113,7 @@

{{if .Site.Params.logo}}
- +
{{end}}