Commit 521c4d65 authored by kez's avatar kez
Browse files

Remove Disallow /static/ from robots.txt

Disallowing /static means our images can't be indexed.
It also breaks twitter's metacards (see donate-static#97)
parent 691539da
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@
User-agent: *
Disallow: /javascript/*
Disallow: /scss/*
Disallow: /static/*

{#- the '\n' is because we need a newline,
but we need to strip trailing and leading whitespace as well.