not helpful to have robots eating the help
Ted Unangst tedu@tedunangst.com
Wed, 10 Feb 2021 16:36:41 -0500
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
web.go
→
web.go
@@ -2171,6 +2171,7 @@ io.WriteString(w, "Disallow: /d/\n")
io.WriteString(w, "Disallow: /meme/\n") io.WriteString(w, "Disallow: /o\n") io.WriteString(w, "Disallow: /o/\n") + io.WriteString(w, "Disallow: /help/\n") for _, u := range allusers() { fmt.Fprintf(w, "Disallow: /%s/%s/%s/\n", userSep, u.Username, honkSep) }