/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-05-05 22:15:06 +09:00
parent 8744944839
commit 4d648f47c6

View file

@ -38,7 +38,7 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = 20
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}
# Uncomment following line if you want document-relative URLs when developing