[gimp-web/migrate/py3] Add robots-testing.txt to STATIC_PATHS



commit dd197d03e7cc9fd7c12a10dcd366321efb4bf2a7
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Apr 18 22:43:12 2020 +0200

    Add robots-testing.txt to STATIC_PATHS

 pelicanconf_common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pelicanconf_common.py b/pelicanconf_common.py
index 95361e38..48851ce7 100644
--- a/pelicanconf_common.py
+++ b/pelicanconf_common.py
@@ -81,7 +81,7 @@ def customize_environment(environment):
 #######################################
 
 # 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', 'news', 'contribute.json', 'gimp_versions.json']
+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', 'news', 'contribute.json', 'gimp_versions.json', 
'robots-testing.txt']
 
 #Plugins
 PLUGIN_PATHS = ["plugins"]


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