Rename bootstrapify -> pelican-bootstrapify submodule

This commit is contained in:
Raymond Wanyoike 2016-12-01 13:42:10 +03:00
commit dba4b557fa
4 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ ARTICLE_LANG_URL = 'posts/{slug}-{lang}.html'
ARTICLE_LANG_SAVE_AS = ARTICLE_LANG_URL
PLUGIN_PATHS = ['plugins']
PLUGINS = ['bootstrapify']
PLUGINS = ['pelican-bootstrapify']
BOOTSTRAPIFY = {
'table': ['table', 'table-striped', 'table-hover'],