forked from github/pelican
Revert "Get HtmlReader to work again"
This reverts commit 39db9ddcfd.
Conflicts:
tests/test_readers.py
This commit is contained in:
parent
4349a5e815
commit
84c708b74b
7 changed files with 15 additions and 72 deletions
|
|
@ -21,7 +21,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'PAGE_EXCLUDES': (),
|
||||
'THEME': DEFAULT_THEME,
|
||||
'OUTPUT_PATH': 'output/',
|
||||
'MARKUP': ('rst', 'md', 'html'),
|
||||
'MARKUP': ('rst', 'md'),
|
||||
'STATIC_PATHS': ['images', ],
|
||||
'THEME_STATIC_PATHS': ['static', ],
|
||||
'FEED_ATOM': 'feeds/all.atom.xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue