From e26616e170cb5db79b24c6e27a1f873a064429b5 Mon Sep 17 00:00:00 2001
From: earnest <earnestma@outlook.at>
Date: Fri, 16 Oct 2020 18:32:37 +0000
Subject: [PATCH] Add authors taxonomy for blog posts (#435)
---
exampleSite/content/posts/goisforlovers.md | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/exampleSite/content/posts/goisforlovers.md b/exampleSite/content/posts/goisforlovers.md
index c850d5c..4e6e7a4 100644
--- a/exampleSite/content/posts/goisforlovers.md
+++ b/exampleSite/content/posts/goisforlovers.md
@@ -14,6 +14,7 @@
"golang",
]
series = ["Getting Started", "Hugo"]
+authors = ["Jane Smith"]
+++
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for
--
Gitblit v1.10.0