From a60fd268f410ae7e551a281ee2b5328b8489c749 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 19 Jun 2014 15:38:17 -0400 Subject: [PATCH] Fix syntax highlighting in post --- _posts/2014-06-19-author-override.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2014-06-19-author-override.md b/_posts/2014-06-19-author-override.md index 6b95dac..c39b797 100644 --- a/_posts/2014-06-19-author-override.md +++ b/_posts/2014-06-19-author-override.md @@ -17,9 +17,9 @@ Traditionally you would assign a global author for the entire site and those att Let's say we have an author Billy Rick --- he wrote this post and we want his name and photo to appear on the page instead of whoever the default site author is. To do so we'd add the following YAML front matter. -``` yaml +{% highlight yaml %} author: name: Billy Rick avatar: billy-photo.jpg #place in /images twitter: billyrick #marked as a creator for Twitter Card links -``` \ No newline at end of file +{% endhighlight %}