From 9b8cebabd9865caf59ce8194f27ca009342d4a85 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 22:11:47 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 17a5c47..8e9b1b3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -38,6 +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': 'public/page_list.html'} +READERS = {'html': None} # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True