diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 05:23:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 05:23:16 +0300 |
commit | b0beb0cffbe5c789902daeae6cd375a9fe1b6664 (patch) | |
tree | 9cb946c28323dd83a5d1c3380d7a9fc049b4f405 | |
parent | disable syntax highlighting (diff) | |
download | jekyll-theme-b0beb0cffbe5c789902daeae6cd375a9fe1b6664.tar.gz jekyll-theme-b0beb0cffbe5c789902daeae6cd375a9fe1b6664.zip |
fix GitHub Pages warning
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index f2e4296..a4515a2 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ excerpt_separator: "" include_comments: true minified_externals: true -highlighter: none +highlighter: rouge markdown: kramdown |