Remove extra +
This commit is contained in:
parent
161585f6ad
commit
10300e3d62
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
plus: CorneliusFiddlebone
|
|
@ -24,7 +24,7 @@ billy_rick:
|
|||
avatar: bio-photo-2.jpg
|
||||
twitter: extravagantman
|
||||
google:
|
||||
plus: +BillyRick
|
||||
plus: BillyRick
|
||||
|
||||
cornelius_fiddlebone:
|
||||
name: Cornelius Fiddlebone
|
||||
|
@ -33,7 +33,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:
|
||||
|
|
Loading…
Reference in a new issue