static/frontend: change page titles to "Go Packages"

Change-Id: I284e3d9391f6e8c1eb58bd22716102d1dc0c9c79
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/411054
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
diff --git a/internal/frontend/homepage.go b/internal/frontend/homepage.go
index ceefb04..8de64a8 100644
--- a/internal/frontend/homepage.go
+++ b/internal/frontend/homepage.go
@@ -49,7 +49,7 @@
 
 func (s *Server) serveHomepage(ctx context.Context, w http.ResponseWriter, r *http.Request) {
 	s.servePage(ctx, w, "homepage", homepage{
-		basePage:   s.newBasePage(r, "pkg.go.dev"),
+		basePage:   s.newBasePage(r, "Go Packages"),
 		SearchTips: searchTips,
 		TipIndex:   rand.Intn(len(searchTips)),
 	})
diff --git a/static/frontend/about/about.tmpl b/static/frontend/about/about.tmpl
index ad491d9..6925e91 100644
--- a/static/frontend/about/about.tmpl
+++ b/static/frontend/about/about.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>About - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>About - Go Packages</title>{{end}}
 
 {{define "main"}}
   <style>
diff --git a/static/frontend/badge/badge.tmpl b/static/frontend/badge/badge.tmpl
index 01e0ffb..05e583b 100644
--- a/static/frontend/badge/badge.tmpl
+++ b/static/frontend/badge/badge.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>Badge - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>Badge - Go Packages</title>{{end}}
 
 {{define "description"}}
   <meta name="description" content="Create a badge to link to pkg.go.dev from your project website or README file.">
diff --git a/static/frontend/error/error.tmpl b/static/frontend/error/error.tmpl
index 99d244b..87fd3a6 100644
--- a/static/frontend/error/error.tmpl
+++ b/static/frontend/error/error.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>{{.HTMLTitle}} - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>{{.HTMLTitle}} - Go Packages</title>{{end}}
 
 {{define "pre-content"}}
   <link href="/static/frontend/error/error.min.css?version={{.AppVersionLabel}}" rel="stylesheet">
diff --git a/static/frontend/fetch/fetch.tmpl b/static/frontend/fetch/fetch.tmpl
index 8e0e0e7..b197e93 100644
--- a/static/frontend/fetch/fetch.tmpl
+++ b/static/frontend/fetch/fetch.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>{{.MessageData}} - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>{{.MessageData}} - Go Packages</title>{{end}}
 
 {{define "pre-content"}}
   <link href="/static/frontend/fetch/fetch.min.css?version={{.AppVersionLabel}}" rel="stylesheet">
diff --git a/static/frontend/frontend.tmpl b/static/frontend/frontend.tmpl
index 5222a5d..3d118a0 100644
--- a/static/frontend/frontend.tmpl
+++ b/static/frontend/frontend.tmpl
@@ -31,7 +31,7 @@
     {{block "canonical" .}}{{end}}
     <link href="/static/frontend/frontend.min.css?version={{.AppVersionLabel}}" rel="stylesheet">
     {{block "title" .}}
-      <title>pkg.go.dev</title>
+      <title>Go Packages</title>
     {{end}}
     {{block "pre-content" .}}{{end}}
   </head>
diff --git a/static/frontend/license-policy/license-policy.tmpl b/static/frontend/license-policy/license-policy.tmpl
index 461fde9..6cf4bd3 100644
--- a/static/frontend/license-policy/license-policy.tmpl
+++ b/static/frontend/license-policy/license-policy.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>License Policy - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>License Policy - Go Packages</title>{{end}}
 
 {{define "main"}}
   <style>
diff --git a/static/frontend/search-help/search-help.tmpl b/static/frontend/search-help/search-help.tmpl
index 2c58fb7..26e06d1 100644
--- a/static/frontend/search-help/search-help.tmpl
+++ b/static/frontend/search-help/search-help.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>Search Help - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>Search Help - Go Packages</title>{{end}}
 
 
 {{define "pre-content"}}
diff --git a/static/frontend/search/search.tmpl b/static/frontend/search/search.tmpl
index 2de3da1..2e41424 100644
--- a/static/frontend/search/search.tmpl
+++ b/static/frontend/search/search.tmpl
@@ -5,7 +5,7 @@
 -->
 
 {{define "title"}}
-  <title>{{.Query}} - Search Results - pkg.go.dev</title>
+  <title>{{.Query}} - Search Results - Go Packages</title>
 {{end}}
 
 {{define "pre-content"}}
diff --git a/static/frontend/styleguide/styleguide.tmpl b/static/frontend/styleguide/styleguide.tmpl
index c74b729..9e45893 100644
--- a/static/frontend/styleguide/styleguide.tmpl
+++ b/static/frontend/styleguide/styleguide.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>Style Guide - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>Style Guide - Go Packages</title>{{end}}
 
 {{define "pre-content"}}
   <link href="/static/frontend/unit/unit.min.css" rel="stylesheet">
diff --git a/static/frontend/subrepo/subrepo.tmpl b/static/frontend/subrepo/subrepo.tmpl
index c29c3b4..cc65765 100644
--- a/static/frontend/subrepo/subrepo.tmpl
+++ b/static/frontend/subrepo/subrepo.tmpl
@@ -4,7 +4,7 @@
   license that can be found in the LICENSE file.
 -->
 
-{{define "title"}}<title>Sub-repositories - pkg.go.dev</title>{{end}}
+{{define "title"}}<title>Sub-repositories - Go Packages</title>{{end}}
 
 {{define "description"}}
   <meta name="description" content="Sub-repositories are part of the Go Project but outside the main
diff --git a/static/frontend/unit/unit.tmpl b/static/frontend/unit/unit.tmpl
index 42d4d82..e492a9d 100644
--- a/static/frontend/unit/unit.tmpl
+++ b/static/frontend/unit/unit.tmpl
@@ -5,7 +5,7 @@
 -->
 
 {{define "title"}}
-  <title>{{.Title}}{{if ne .PageType "std"}} {{.PageType}}{{end}}{{with .SelectedTab.Name}} {{.}}{{end}}{{if ne .PageType "std"}} - {{.Unit.Path}}{{end}} - pkg.go.dev</title>
+  <title>{{.Title}}{{if ne .PageType "std"}} {{.PageType}}{{end}}{{with .SelectedTab.Name}} {{.}}{{end}}{{if ne .PageType "std"}} - {{.Unit.Path}}{{end}} - Go Packages</title>
 {{end}}
 
 {{define "description"}}{{.MetaDescription}}{{end}}
diff --git a/static/frontend/vuln/entry/entry.tmpl b/static/frontend/vuln/entry/entry.tmpl
index 33c000f..c4ad740 100644
--- a/static/frontend/vuln/entry/entry.tmpl
+++ b/static/frontend/vuln/entry/entry.tmpl
@@ -5,7 +5,7 @@
 -->
 
 {{define "title"}}
-  <title>Vulnerability Report: {{.ID}} - pkg.go.dev</title>
+  <title>Vulnerability Report: {{.ID}} - Go Packages</title>
 {{end}}
 
 {{define "main-styles"}}
diff --git a/static/frontend/vuln/list/list.tmpl b/static/frontend/vuln/list/list.tmpl
index d31b3b3..5252e15 100644
--- a/static/frontend/vuln/list/list.tmpl
+++ b/static/frontend/vuln/list/list.tmpl
@@ -5,7 +5,7 @@
 -->
 
 {{define "title"}}
-  <title>Vulnerability Reports - pkg.go.dev</title>
+  <title>Vulnerability Reports - Go Packages</title>
 {{end}}
 
 {{define "main-styles"}}
diff --git a/static/frontend/vuln/vuln.tmpl b/static/frontend/vuln/vuln.tmpl
index cc2e731..6d55c32 100644
--- a/static/frontend/vuln/vuln.tmpl
+++ b/static/frontend/vuln/vuln.tmpl
@@ -5,7 +5,7 @@
 -->
 
 {{define "title"}}
-  <title>{{.HTMLTitle}} - pkg.go.dev</title>
+  <title>{{.HTMLTitle}} - Go Packages</title>
 {{end}}
 
 {{define "pre-content"}}