diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:13:23 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:13:23 -0400 |
commit | fc2a037867c66515988fe2dfee67eef025f2cd4c (patch) | |
tree | b929a9ace3db2819546a4e4dc076195e19743441 | |
parent | bab4f70e5707c6e52b6a30d94beb434eba40b6d7 (diff) | |
download | bnewnet-fc2a037867c66515988fe2dfee67eef025f2cd4c.tar.gz bnewnet-fc2a037867c66515988fe2dfee67eef025f2cd4c.zip |
robots link
-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" |