mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Make working link to pandoc templates.
This commit is contained in:
parent
bae270eb71
commit
4f466bffeb
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue