< ‘content/pages/page_list.html’

> ‘content/page_list.html’
/ ‘pelicanconf.py’
This commit is contained in:
Dooho Yi 2020-05-05 22:01:49 +09:00
parent bcf2c950ca
commit 0034971637
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,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': 'public/page_list.html'}
TEMPLATE_PAGES = {'page_list.html': 'public/page_list.html'}
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True