Add author.name
This commit is contained in:
parent
979ef26ac6
commit
1ad02b9022
3 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,7 @@ author:
|
|||
location : "Somewhere"
|
||||
email :
|
||||
uri :
|
||||
home : # null (default), "absolute or relative url to link to author home"
|
||||
bitbucket :
|
||||
codepen :
|
||||
dribbble :
|
||||
|
|
|
@ -95,6 +95,7 @@ author:
|
|||
location : "Buffalo, NY"
|
||||
email :
|
||||
uri : "https://mademistakes.com"
|
||||
home : "https://mademistakes.com"
|
||||
bitbucket :
|
||||
codepen :
|
||||
dribbble :
|
||||
|
|
|
@ -86,6 +86,7 @@ author:
|
|||
location : "Somewhere"
|
||||
email :
|
||||
uri :
|
||||
home : # null (default), "absolute or relative url to link to author home"
|
||||
bitbucket :
|
||||
codepen :
|
||||
dribbble :
|
||||
|
|
Loading…
Reference in a new issue