projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2b679
)
author: fix doc
author
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 6 Mar 2015 23:10:00 +0000
(
00:10
+0100)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 6 Mar 2015 23:10:00 +0000
(
00:10
+0100)
hugolib/author.go
patch
|
blob
|
history
diff --git
a/hugolib/author.go
b/hugolib/author.go
index 83803b290a85f60d92fe0a3ab5489150f302a7ea..8cc52bec5ed72becef089cd73cafcbc21d9eb066 100644
(file)
--- a/
hugolib/author.go
+++ b/
hugolib/author.go
@@
-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