1
0
Fork 0
forked from github/pelican

Merge pull request #1602 from ltiao/patch-1

Removed `PDF_GENERATOR=False`
This commit is contained in:
Justin Mayer 2015-04-01 08:05:40 +09:00
commit cc8f835f07

View file

@ -11,7 +11,6 @@ RELATIVE_URLS = True
GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = "C"
DEFAULT_PAGINATION = 4