From aa8d7772d58ba50d0fc925499d1e39528134e313 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 5 Aug 2016 21:25:19 +0200 Subject: [PATCH] fix hightlight tag --- site/_docs/themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/themes.md b/site/_docs/themes.md index 52a7b583..b4a98194 100644 --- a/site/_docs/themes.md +++ b/site/_docs/themes.md @@ -54,9 +54,9 @@ jekyll new-theme my-awesome-theme create /path/to/my-awesome-theme/.gitignore Your new Jekyll theme, my-awesome-theme, is ready for you in /path/to/my-awesome-theme! For help getting started, read /path/to/my-awesome-theme/README.md. -{% hightlight %} +{% endhighlight %} -Add your template files in the corresponding folders, complete the `.gemspec` and the README files according to your needs. +Add your template files in the corresponding folders, complete the `.gemspec` and the README files according to your needs. ### Layouts and includes