From 9fb197e6160de48a052009cf39ee526f80591e9c Mon Sep 17 00:00:00 2001
From: Jeremy Banks <_@jeremy.ca>
Date: Fri, 30 Nov 2018 00:21:13 +0000
Subject: 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>
---
 template/root.tmpl | 1 -
 1 file changed, 1 deletion(-)

(limited to 'template')

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>
-- 
cgit v1.2.3