Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Fix liquid highlight tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Feb 10, 2014
1 parent f73bcfa commit 87988c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87988c2

Please sign in to comment.