From fc2a037867c66515988fe2dfee67eef025f2cd4c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 17:13:23 -0400 Subject: robots link --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3