From 912079a7963d158686d1ece6e97ad80b926169cc Mon Sep 17 00:00:00 2001 From: David Zhang Date: Tue, 16 Aug 2016 13:57:19 +0800 Subject: [PATCH] Fix theme highlight --- site/_docs/themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/themes.md b/site/_docs/themes.md index db12e692..41b3c4db 100644 --- a/site/_docs/themes.md +++ b/site/_docs/themes.md @@ -38,7 +38,7 @@ Refer to your selected theme's documentation and source repository for more info Jekyll themes are distributed as Ruby gems. Don't worry, Jekyll will help you scaffold a new theme with the `new-theme` command. Just run `jekyll new-theme` with the theme name as an argument: -{% highlight shell %} +{% highlight plaintext %} jekyll new-theme my-awesome-theme create /path/to/my-awesome-theme/_layouts create /path/to/my-awesome-theme/_includes