diff --git a/flamingo/settings.py b/flamingo/settings.py index 70c2ee1526ae76ccdd4f12b20e901844be5ad643..8dbc53f8c7b75fc1c830736d02d0934e6d28ef73 100644 --- a/flamingo/settings.py +++ b/flamingo/settings.py @@ -2,7 +2,6 @@ import os PLUGINS = [ 'flamingo.plugins.Redirects', - 'flamingo.plugins.Layers', 'flamingo.plugins.rstBootstrap3', 'flamingo.plugins.rstFile', 'flamingo.plugins.rstPygments', @@ -15,6 +14,6 @@ PLUGINS = [ # we can now use our own "Raw" DEFAULT_PLUGINS = [x for x in DEFAULT_PLUGINS if x != "flamingo.plugins.HTML"] -LAYERS = [ +POST_BUILD_LAYERS = [ 'static', ]