From 78421b9db95eff8b563fff68eaca01defc999d5c Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 5 May 2019 20:58:40 +0200 Subject: [PATCH] website: add go-source meta tag to link godoc.org to sr.ht repository Signed-off-by: Elias Naur --- website/main.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {