From 87988c2ce7a659dbb5d6113146ba7589cbe430c4 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 10 Feb 2014 16:00:11 -0500 Subject: [PATCH] Fix liquid highlight tag --- theme-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-setup.md b/theme-setup.md index 9ff3f2e..1fb9858 100644 --- a/theme-setup.md +++ b/theme-setup.md @@ -195,7 +195,7 @@ There are two main content layouts: `post.html` (for posts) and `page.html` (for There are two rake tasks that can be used to create a new post or page with all YAML Front Matter. Using either `rake new_post` or `rake new_page` will prompt you for a title and tags to classify them. Example below: -{% highlight %} +{% highlight bash %} rake new_post Enter a title for your post: My Awesome Post