mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-01 03:02:38 +00:00
content: Remove outdated new-in badges
This commit is contained in:
@@ -10,8 +10,6 @@ params:
|
||||
signatures: [images.AutoOrient]
|
||||
---
|
||||
|
||||
{{< new-in 0.121.2 />}}
|
||||
|
||||
## Usage
|
||||
|
||||
Create the filter:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]:
|
||||
|
||||
- `"` → `"`
|
||||
|
||||
Reference in New Issue
Block a user