all repos — honk @ 4b4e5fd4071d58d7427a268c5094dfaeb35a2c77

my fork of honk

not helpful to have robots eating the help
Ted Unangst tedu@tedunangst.com
Wed, 10 Feb 2021 16:36:41 -0500
commit

4b4e5fd4071d58d7427a268c5094dfaeb35a2c77

parent

0e01abbd38692c179c4507d18e01d80cc69550ff

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M web.goweb.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) }