mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-03 23:38:25 +00: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
|
package hugolib
|
||||||
|
|
||||||
/*
|
// AuthorList is a list of all authors and their metadata.
|
||||||
* An author list is a list of all authors and their metadata
|
|
||||||
*/
|
|
||||||
type AuthorList map[string]Author
|
type AuthorList map[string]Author
|
||||||
|
|
||||||
/*
|
// Author contains details about the author of a page.
|
||||||
* An author contains details about the author of a page
|
|
||||||
*/
|
|
||||||
type Author struct {
|
type Author struct {
|
||||||
GivenName string
|
GivenName string
|
||||||
FamilyName string
|
FamilyName string
|
||||||
|
|
Loading…
Add table
Reference in a new issue