Update author param
This commit is contained in:
parent
0b1713a7d9
commit
bd5d81f18c
3 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue