mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
author: fix doc
This commit is contained in:
parent
bd2b679eaf
commit
b9f8c0c120
1 changed files with 2 additions and 6 deletions
|
@ -13,14 +13,10 @@
|
|||
|
||||
package hugolib
|
||||
|
||||
/*
|
||||
* An author list is a list of all authors and their metadata
|
||||
*/
|
||||
// AuthorList is a list of all authors and their metadata.
|
||||
type AuthorList map[string]Author
|
||||
|
||||
/*
|
||||
* An author contains details about the author of a page
|
||||
*/
|
||||
// Author contains details about the author of a page.
|
||||
type Author struct {
|
||||
GivenName string
|
||||
FamilyName string
|
||||
|
|
Loading…
Reference in a new issue