diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-10-24 08:19:52 -0700 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-10-24 08:19:52 -0700 |
commit | 74d7238934010e2bc5d36536c0a99255a85ca079 (patch) | |
tree | b3e56bccdb3f72e4ea2591343d8e14e61453a065 /plugins | |
parent | 4fd754a76207c1c55f657891dc7049cf76f5f27e (diff) | |
parent | 628e0e4d9ab6d251991fb93b187f10eebff3d7a8 (diff) | |
download | my_new_personal_website-74d7238934010e2bc5d36536c0a99255a85ca079.tar.xz my_new_personal_website-74d7238934010e2bc5d36536c0a99255a85ca079.zip |
Merge pull request #1399 from aleiphoenix/master
fix minor mis-spelling
Diffstat (limited to 'plugins')
-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 - |