From dc4e54c636ed59d60925212c4c34b3858ecea28b Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 3 Aug 2018 11:40:17 -0400 Subject: [PATCH] Fix a test --- test/site/content/posts/single-author.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/site/content/posts/single-author.md b/test/site/content/posts/single-author.md index bf80eca..f6f8157 100644 --- a/test/site/content/posts/single-author.md +++ b/test/site/content/posts/single-author.md @@ -5,4 +5,4 @@ tags = ["front-matter", "author"] draft = false +++ -This post has 1 author. +This post has 1 author set as a TOML list in front-matter.