summaryrefslogtreecommitdiffstats
path: root/resources/page/page_author.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/page/page_author.go')
-rw-r--r--resources/page/page_author.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/page/page_author.go b/resources/page/page_author.go
index 58be20426..2b3282b1e 100644
--- a/resources/page/page_author.go
+++ b/resources/page/page_author.go
@@ -14,9 +14,11 @@
package page
// AuthorList is a list of all authors and their metadata.
+// Deprecated: Use taxonomies instead.
type AuthorList map[string]Author
// Author contains details about the author of a page.
+// Deprecated: Use taxonomies instead.
type Author struct {
GivenName string
FamilyName string
@@ -41,4 +43,5 @@ type Author struct {
// - youtube
// - linkedin
// - skype
+// Deprecated: Use taxonomies instead.
type AuthorSocial map[string]string