diff options
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py index 420bbea..818b380 100644 --- a/publishconf.py +++ b/publishconf.py @@ -12,7 +12,7 @@ from pelicanconf import * SITEURL = 'https://conocimientoslibres.tuxfamily.org' RELATIVE_URLS = False -# PLUGINS.append('compressor') +PLUGINS.append('compressor') FEED_ALL_ATOM = 'feeds/all.atom.xml' TRANSLATION_FEED_ATOM = 'feeds/all-{lang}.atom.xml' |