content/static/fetch: update fetch page description

The fetch page mistakenly contained the description for
the badge page.

Change-Id: Ie43e8ddf4676adeea8874363da4a9b523f4f6c63
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/326811
Trust: Jamal Carvalho <jamal@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
diff --git a/content/static/fetch/fetch.tmpl b/content/static/fetch/fetch.tmpl
index 4576ae8..3bb9755 100644
--- a/content/static/fetch/fetch.tmpl
+++ b/content/static/fetch/fetch.tmpl
@@ -6,10 +6,6 @@
 
 {{define "title"}}<title>{{.MessageData}} · pkg.go.dev</title>{{end}}
 
-{{define "description"}}
-  <meta name="description" content="Create a badge to link to pkg.go.dev from your project website or README file.">
-{{end}}
-
 {{define "pre-content"}}
   <link href="/static/fetch/fetch.css?version={{.AppVersionLabel}}" rel="stylesheet">
 {{end}}