pep8
This commit is contained in:
parent
e94936a39e
commit
c7e657ccd5
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*- #
|
# -*- coding: utf-8 -*- #
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
# from pelican import __version__ as PELICAN_VERSION
|
||||||
from pelican import __version__ as PELICAN_VERSION
|
|
||||||
|
|
||||||
|
|
||||||
# Basic settings (http://docs.getpelican.com/en/stable/settings.html#basic-settings)
|
# Basic settings
|
||||||
|
# (http://docs.getpelican.com/en/stable/settings.html#basic-settings)
|
||||||
DEFAULT_CATEGORY = 'Sin categoría'
|
DEFAULT_CATEGORY = 'Sin categoría'
|
||||||
DELETE_OUTPUT_DIRECTORY = False
|
DELETE_OUTPUT_DIRECTORY = False
|
||||||
DISPLAY_CATEGORIES_ON_MENU = True
|
DISPLAY_CATEGORIES_ON_MENU = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user