Make working link to pandoc templates.

This commit is contained in:
Jotham Apaloo 2015-01-26 22:55:52 -05:00
commit 4f466bffeb
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,3 @@
include *.rst
recursive-include pelican *.html *.css *png *.in *.rst *.md *.mkd *.xml *.py
recursive-include pelican *.html *.css *png *.in *.rst *.md *.mkd *.xml *.py *.markdown
include LICENSE THANKS docs/changelog.rst

View file

@ -135,7 +135,6 @@ DEFAULT_CONFIG = {
'LOAD_CONTENT_CACHE': True,
'AUTORELOAD_IGNORE_CACHE': False,
'WRITE_SELECTED': [],
'PANDOC_TEMPLATES_PATH': ['pandoc_templates'],
}
PYGMENTS_RST_OPTIONS = None