From 11e18b8f4b4df3a04354932a02fa4dd6669d223a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 8 Aug 2014 20:43:31 -0400 Subject: [PATCH] Remove extra + --- _data/authors.yml | 4 ++-- _posts/articles/2014-06-19-author-override.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/authors.yml b/_data/authors.yml index d91c3bd..d49d88b 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -8,7 +8,7 @@ billy_rick: avatar: bio-photo-2.jpg twitter: extravagantman google: - plus: +BillyRick + plus: BillyRick cornelius_fiddlebone: name: Cornelius Fiddlebone @@ -17,4 +17,4 @@ cornelius_fiddlebone: avatar: bio-photo.jpg twitter: rhymeswithsackit google: - plus: +CorneliusFiddlebone \ No newline at end of file + plus: CorneliusFiddlebone \ No newline at end of file diff --git a/_posts/articles/2014-06-19-author-override.md b/_posts/articles/2014-06-19-author-override.md index 64060bc..76e880f 100644 --- a/_posts/articles/2014-06-19-author-override.md +++ b/_posts/articles/2014-06-19-author-override.md @@ -30,7 +30,7 @@ billy_rick: avatar: bio-photo-2.jpg twitter: extravagantman google: - plus: +BillyRick + plus: BillyRick cornelius_fiddlebone: name: Cornelius Fiddlebone @@ -39,7 +39,7 @@ cornelius_fiddlebone: avatar: bio-photo.jpg twitter: rhymeswithsackit google: - plus: +CorneliusFiddlebone + plus: CorneliusFiddlebone {% endhighlight %} To assign Billy Rick as an author for our post. You'd add the following YAML front matter to a post: