diff options
author | Jeremy Banks <_@jeremy.ca> | 2018-11-30 00:21:13 +0000 |
---|---|---|
committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-11-30 00:21:25 +0000 |
commit | 9fb197e6160de48a052009cf39ee526f80591e9c (patch) | |
tree | abb548b5d1b9541392f7a8c90fa679a888101bed /template | |
parent | a0a94af0e9afe9196bfeb21a5a3b7b8774bec27f (diff) |
template: remove dead "Go on Google+" link from sidebar
I was reading the blog post and noticed this dead link. Consider removing it.
(The G+ community link below this one is still working, at least until the service shuts down.)
Change-Id: I6f4cd045d3de776a468e9658b00ad35532503e60
GitHub-Last-Rev: 47f7fedf8d0c5fd8346c95d64bd54d2784b3eddf
GitHub-Pull-Request: golang/blog#18
Reviewed-on: https://go-review.googlesource.com/c/151837
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'template')
-rw-r--r-- | template/root.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/root.tmpl b/template/root.tmpl index fcce4c3..1f35695 100644 --- a/template/root.tmpl +++ b/template/root.tmpl @@ -101,7 +101,6 @@ <li><a href='//tour.golang.org/'>A Tour of Go</a></li> <li><a href='//golang.org/doc/'>Go Documentation</a></li> <li><a href='//groups.google.com/group/golang-nuts'>Go Mailing List</a></li> - <li><a href='//plus.google.com/101406623878176903605'>Go on Google+</a></li> <li><a href='//plus.google.com/communities/114112804251407510571'>Go+ Community</a></li> <li><a href='//twitter.com/golang'>Go on Twitter</a></li> </ul> |