diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/social_card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social_card.html b/layouts/partials/social_card.html index c55d56a..74f1b88 100644 --- a/layouts/partials/social_card.html +++ b/layouts/partials/social_card.html @@ -13,7 +13,7 @@ )) }} {{ $date := .Date.Format (default "2006-01-02" .Site.Params.dateFormat) }} -{{ $author := (default $.Site.Author.name ($.Param "author") ) }} +{{ $author := (default $.Site.Params.author.name ($.Param "author") ) }} {{ $byline := (printf "%s | %s" $author $date) }} {{ $fg = $fg.Filter (images.Text $byline (dict |