/ ‘pelicanconf.py’
This commit is contained in:
parent
8744944839
commit
4d648f47c6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ SOCIAL = (('You can add links in your config file', '#'),
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 20
|
DEFAULT_PAGINATION = 20
|
||||||
PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None}
|
PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None}
|
||||||
TEMPLATE_PAGES = {'pages/page_list.html': 'page_list.html'}
|
TEMPLATE_PAGES = {'pages.html': 'pages.html'}
|
||||||
READERS = {'html': None}
|
READERS = {'html': None}
|
||||||
|
|
||||||
# Uncomment following line if you want document-relative URLs when developing
|
# Uncomment following line if you want document-relative URLs when developing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue