diff options
-rw-r--r-- | pelicanconf.py | 2 |
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" |