From 4f466bffebd4b0c77072bc1f9687268c84facd13 Mon Sep 17 00:00:00 2001 From: Jotham Apaloo Date: Mon, 26 Jan 2015 22:55:52 -0500 Subject: [PATCH] Make working link to pandoc templates. --- MANIFEST.in | 2 +- pelican/settings.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index dcf9ea45..4ac02c9f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/pelican/settings.py b/pelican/settings.py index 2dfb438f..794733d7 100644 --- a/pelican/settings.py +++ b/pelican/settings.py @@ -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