diff --git a/website/main.go b/website/main.go index 3edf27ec..f74d17ca 100644 --- a/website/main.go +++ b/website/main.go @@ -29,7 +29,10 @@ func vanityHandler(w http.ResponseWriter, r *http.Request) { return } if r.URL.Query().Get("go-get") == "1" { - fmt.Fprintf(w, `
`) + fmt.Fprintf(w, ` + + +`) return } switch r.URL.Path {