[gimp-web/gimp-web-static] Removed .html from being parsed - passes straight through now



commit 77c3c47db55795d4cd9654108c105497f2dd62e6
Author: Pat David <patdavid gmail com>
Date:   Mon Oct 5 12:34:02 2015 -0500

    Removed .html from being parsed - passes straight through now

 pelicanconf.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index 408f788..44c0cf9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -49,6 +49,8 @@ RELATIVE_URLS = True
 
 # Pat David changes while building/testing
 
+READERS = {'html': None}
+
 # This will copy over these folders w/o modification
 STATIC_PATHS = ['images', 'js', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features', 'bugs', 'links', 'man', 'release-notes', 'screenshots', 'source', 'unix', 
'robots.txt', 'COPYING', 'GNUGPLv2', 'GNUGPLv3']
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]