add bootstrapify plugin

This commit is contained in:
David Todd 2019-05-27 16:30:52 -05:00
parent 24f4379edc
commit 73cc0f9ff3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ DEFAULT_CATEGORY = 'none'
PLUGIN_PATHS = ['plugins/encrypt-content', PLUGIN_PATHS = ['plugins/encrypt-content',
'plugins'] 'plugins']
PLUGINS = ['encrypt_content', 'deadlinks'] PLUGINS = ['encrypt_content', 'deadlinks', 'bootstrapify']
# Plugin specific settings below # Plugin specific settings below