From c6533e8da3d3d69db25eb12b0083ed2a8ce35198 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 22:04:18 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98pelicanconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index c342870..e2c921e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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 = {'theme/page_list.html': 'public/page_list.html'} +TEMPLATE_PAGES = {'./theme/page_list.html': 'public/page_list.html'} # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True