aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2025-11-03 18:10:42 +0000
committerMichael Knyszek <mknyszek@google.com>2025-11-03 10:38:54 -0800
commitb93a1717296cbacf5386427c8e823036f6c1c009 (patch)
treea0f82335235d375312656f319a3c69bda38bc899
parent33eb0443703c5520d585fe6fbe64c5ff3f99f158 (diff)
downloadgo-x-website-b93a1717296cbacf5386427c8e823036f6c1c009.tar.xz
_content/blog/greenteagc: add noscript message recommending JavaScript
This is so that those reading in an Atom feed are aware that they might be better off just viewing in a regular browsing environment. Change-Id: I8e2db885ea7f7ebda6949576969e2f129026e23a Reviewed-on: https://go-review.googlesource.com/c/website/+/717380 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Austin Clements <austin@google.com>
-rw-r--r--_content/blog/greenteagc.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/_content/blog/greenteagc.md b/_content/blog/greenteagc.md
index 4fc22601..e146dd1a 100644
--- a/_content/blog/greenteagc.md
+++ b/_content/blog/greenteagc.md
@@ -85,6 +85,13 @@ summary: Go 1.25 includes a new experimental garbage collector, Green Tea.
}
</style>
+<noscript>
+ <center>
+ <i>For the best experience, view <a href="/blog/greenteagc">this blog post</a>
+ in a browser with JavaScript enabled.</i>
+ </center>
+</noscript>
+
Go 1.25 includes a new experimental garbage collector called Green Tea,
available by setting `GOEXPERIMENT=greenteagc` at build time.
Many workloads spend around 10% less time in the garbage collector, but some