diff options
Diffstat (limited to 'themes/default/layouts/partials/author-picture.html')
-rw-r--r-- | themes/default/layouts/partials/author-picture.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/author-picture.html b/themes/default/layouts/partials/author-picture.html index b03f673..d2c3c6f 100644 --- a/themes/default/layouts/partials/author-picture.html +++ b/themes/default/layouts/partials/author-picture.html @@ -22,10 +22,10 @@ {{- $alternate := $author.name -}} {{- $sourceset := $image.AltRelPermalink -}} -{{- with .Params.feed.image -}} +{{- with .Params.feed.favicon -}} {{- $width = "64" -}} {{- $height = "64" -}} - {{- $source = $.Params.feed.image -}} + {{- $source = $.Params.feed.favicon -}} {{- $alternate = $.Params.feed.name -}} {{- $sourceset = "" -}} {{- end -}} |