diff --git a/godoc/static/static.go b/godoc/static/static.go index 862ea104..7a5618f4 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -445,7 +445,7 @@ var Files = map[string]string{
Run Format - {{if $.Share}} + {{if not $.GoogleCN}} Share {{end}}
@@ -496,7 +496,9 @@ var Files = map[string]string{ Packages The Project Help +{{if not .GoogleCN}} Blog +{{end}} {{if .Playground}} Play {{end}} @@ -519,7 +521,7 @@ func main() {
Run Format - {{if $.Share}} + {{if not $.GoogleCN}} Share {{end}}
@@ -559,7 +561,7 @@ Except as not the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code is licensed under a BSD license.
-Terms of Service | +Terms of Service | Privacy Policy @@ -3007,7 +3009,7 @@ h1 { line-height: 1; } h1 .text-muted { - color:#777; + color:#777; } h2 { font-size: 20px;