From cab7abff941cefbce24dfebd05d002d09b5f56d0 Mon Sep 17 00:00:00 2001 From: kballou Date: Thu, 3 Sep 2015 17:29:16 -0600 Subject: Move `robots.txt` to `static/` `.txt` files are not included when placed inside `layouts/` --- blag/layouts/robots.txt | 5 ----- blag/static/robots.txt | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 blag/layouts/robots.txt create mode 100644 blag/static/robots.txt (limited to 'blag') diff --git a/blag/layouts/robots.txt b/blag/layouts/robots.txt deleted file mode 100644 index 058446d..0000000 --- a/blag/layouts/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -User-agent: * -Disallow: /about-me/ -Disallow: /css/ -Disallow: /js/ -Disallow: /media/ diff --git a/blag/static/robots.txt b/blag/static/robots.txt new file mode 100644 index 0000000..058446d --- /dev/null +++ b/blag/static/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: /about-me/ +Disallow: /css/ +Disallow: /js/ +Disallow: /media/ -- cgit v1.2.1