diff --git a/plugins/pelican-css-js/pelican_css_js.py b/plugins/pelican-css-js/pelican_css_js.py index 9cab8a6..1b07e68 100644 --- a/plugins/pelican-css-js/pelican_css_js.py +++ b/plugins/pelican-css-js/pelican_css_js.py @@ -41,8 +41,10 @@ def add_files(gen, metadata): add the javascripts and/or stylesheets to the article """ site_url = gen.settings['SITEURL'] - formatters = {'styles': '', - 'js': ''} + formatters = { + 'styles': '', + 'js': '' + } dirnames = {'styles': 'css', 'js': 'js'} for key in ['styles', 'js']: