aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index e92521b..0a0b5e9 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -21,7 +21,7 @@ PAGE_PATHS = ['pages']
PLUGIN_PATHS = ['plugins']
EXTRA_PATH_METADATA = {
- #'well-known/keybase.txt': {'path': '.well-known/keybase.txt'},
+ 'static/robots.txt': { 'path': 'robots.txt' },
}
THEME = "theme"