diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-09 14:25:28 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-09 14:25:28 +0200 |
commit | 302756ec2b2712faf049ea7de5f094c09816d2c9 (patch) | |
tree | 62dfdba48f29fd6d5ff41b69c710f233534bcbc5 /pelicanconf.py | |
parent | 78ffa82e450452bb23dfadf8919f5ae98bea7667 (diff) |
Added robots.txt
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index cd38cc3..c9b1cc2 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -38,6 +38,7 @@ TYPOGRIFY = True TEMPLATE_PAGES = {'../extras/404.html': '404.html'} FILES_TO_COPY = ( ('../extras/htaccess', '.htaccess'), + ('../extras/robots.txt', 'robots.txt'), ) PLUGIN_PATH = 'plugins' |