From ce4efe31c0f949e567dc88f44ec7d03d48a47c16 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/` --- static/robots.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/robots.txt (limited to 'static') diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..058446d --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: /about-me/ +Disallow: /css/ +Disallow: /js/ +Disallow: /media/ -- cgit v1.2.1