diff options
author | AR <aleiphoenix@gmail.com> | 2013-10-24 22:59:03 +0800 |
---|---|---|
committer | AR <aleiphoenix@gmail.com> | 2013-10-24 22:59:03 +0800 |
commit | 628e0e4d9ab6d251991fb93b187f10eebff3d7a8 (patch) | |
tree | b3e56bccdb3f72e4ea2591343d8e14e61453a065 | |
parent | 4fd754a76207c1c55f657891dc7049cf76f5f27e (diff) | |
download | my_new_personal_website-628e0e4d9ab6d251991fb93b187f10eebff3d7a8.tar.xz my_new_personal_website-628e0e4d9ab6d251991fb93b187f10eebff3d7a8.zip |
fix minor mis-spelling
-rw-r--r-- | plugins/category_generator.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/category_generator.rb b/plugins/category_generator.rb index a49c4296..c55d62f4 100644 --- a/plugins/category_generator.rb +++ b/plugins/category_generator.rb @@ -119,7 +119,7 @@ module Jekyll =============================================== Error for category_generator.rb plugin ----------------------------------------------- - No 'category_index.hmtl' in source/_layouts/ + No 'category_index.html' in source/_layouts/ Perhaps you haven't installed a theme yet. =============================================== @@ -191,4 +191,3 @@ ERR end end - |