From a0784f2612f1cdcaad55b13ca323e3b4b2cd5ed9 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 9 Oct 2025 06:43:31 -0700 Subject: [PATCH] content: Remove outdated new-in badges --- content/en/functions/images/AutoOrient.md | 2 -- content/en/functions/math/Rand.md | 2 -- content/en/functions/transform/XMLEscape.md | 2 -- 3 files changed, 6 deletions(-) diff --git a/content/en/functions/images/AutoOrient.md b/content/en/functions/images/AutoOrient.md index fd8d2ed14..4563e69f2 100644 --- a/content/en/functions/images/AutoOrient.md +++ b/content/en/functions/images/AutoOrient.md @@ -10,8 +10,6 @@ params: signatures: [images.AutoOrient] --- -{{< new-in 0.121.2 />}} - ## Usage Create the filter: diff --git a/content/en/functions/math/Rand.md b/content/en/functions/math/Rand.md index 0bb428d87..72338ac89 100644 --- a/content/en/functions/math/Rand.md +++ b/content/en/functions/math/Rand.md @@ -10,8 +10,6 @@ params: signatures: [math.Rand] --- -{{< new-in 0.121.2 />}} - The `math.Rand` function returns a pseudo-random number in the half-open [interval](g) [0.0, 1.0). ```go-html-template diff --git a/content/en/functions/transform/XMLEscape.md b/content/en/functions/transform/XMLEscape.md index 372ad9b6a..dbe0b9334 100644 --- a/content/en/functions/transform/XMLEscape.md +++ b/content/en/functions/transform/XMLEscape.md @@ -10,8 +10,6 @@ params: signatures: [transform.XMLEscape INPUT] --- -{{< new-in 0.121.0 />}} - The `transform.XMLEscape` function removes [disallowed characters] as defined in the XML specification, then escapes the result by replacing the following characters with [HTML entities]: - `"` → `"`