aboutsummaryrefslogtreecommitdiff
path: root/_content/site.tmpl
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2026-03-13 17:22:55 -0400
committerGopher Robot <gobot@golang.org>2026-03-13 16:44:00 -0700
commiteabc5990c5562a48abd91d82255cc4b114ca30da (patch)
tree515c0e018a1c48ba1ce6d8dbe28d1f671c94e8b9 /_content/site.tmpl
parentc22c14bd56b9cb8925ae0636048264ab0ef0192f (diff)
downloadgo-x-website-eabc5990c5562a48abd91d82255cc4b114ca30da.tar.xz
_content: add links to Bluesky and Mastodon
When there are Go releases or blog posts to announce, we post to Bluesky and Mastodon about them. Add links to these social sites. For golang/go#71319. For golang/go#65046. Change-Id: I48b475118ec1427f442512fb41aad64a645d792f Reviewed-on: https://go-review.googlesource.com/c/website/+/755221 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Marc Dougherty <muncus@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to '_content/site.tmpl')
-rw-r--r--_content/site.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/_content/site.tmpl b/_content/site.tmpl
index 59687ef1..e23beb7b 100644
--- a/_content/site.tmpl
+++ b/_content/site.tmpl
@@ -519,6 +519,12 @@
<h4>Get connected</h4>
<div class="Sidebar-socialLinks">
+ <a href="https://bsky.app/profile/golang.org" rel="noopener noreferrer" target="_blank">
+ <img width="16" height="16" src="/images/logos/social/bluesky.svg" aria-hidden="true" />
+ </a>
+ <a href="https://hachyderm.io/@golang" rel="noopener noreferrer" target="_blank">
+ <img width="16" height="16" src="/images/logos/social/mastodon.svg" aria-hidden="true" />
+ </a>
<a href="https://twitter.com/golang" rel="noopener noreferrer" target="_blank">
<img width="15" height="12" src="/images/icons/twitter.svg" aria-hidden="true" />
</a>