From 22165f1c621d855ef108154420d1efccc2b3c4de Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 6 May 2020 12:07:25 +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 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index fe55798..dd86ef5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -40,7 +40,6 @@ DEFAULT_PAGINATION = 20 PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None} TEMPLATE_PAGES = {'pages.html': 'pages.html'} READERS = {'html': None} -#STATIC_PATHS = ['content'] # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True