Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rose <est.michael@gmail.com>2014-02-11 01:00:11 +0400
committerMichael Rose <est.michael@gmail.com>2014-02-11 01:00:25 +0400
commit87988c2ce7a659dbb5d6113146ba7589cbe430c4 (patch)
tree498e1f6b23b58f05296d34ffd4bb92d1a6bd7b3b
parentf73bcfa7b13c7ad8d26f0c1fd3fd269816b79608 (diff)
Fix liquid highlight tag1.3.0
-rw-r--r--theme-setup.md2
1 files changed, 1 insertions, 1 deletions
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