summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/page/Scratch.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/page/Scratch.md')
-rw-r--r--docs/content/en/methods/page/Scratch.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/en/methods/page/Scratch.md b/docs/content/en/methods/page/Scratch.md
index 436005a94..61c5dc19e 100644
--- a/docs/content/en/methods/page/Scratch.md
+++ b/docs/content/en/methods/page/Scratch.md
@@ -3,14 +3,14 @@ title: Scratch
description: Returns a "scratch pad" to store and manipulate data, scoped to the current page.
categories: []
keywords: []
-action:
- related: []
- returnType: maps.Scratch
- signatures: [PAGE.Scratch]
+params:
+ functions_and_methods:
+ returnType: maps.Scratch
+ signatures: [PAGE.Scratch]
expiryDate: 2026-11-18 # deprecated 2024-11-18 (soft)
---
-{{% deprecated-in 0.138.0 %}}
+{{< deprecated-in 0.138.0 >}}
Use the [`PAGE.Store`] method instead.
This is a soft deprecation. This method will be removed in a future release, but the removal date has not been established. Although Hugo will not emit a warning if you continue to use this method, you should begin using `PAGE.Store` as soon as possible.
@@ -18,4 +18,4 @@ This is a soft deprecation. This method will be removed in a future release, but
Beginning with v0.138.0 the `PAGE.Scratch` method is aliased to `PAGE.Store`.
[`PAGE.Store`]: /methods/page/store/
-{{% /deprecated-in %}}
+{{< /deprecated-in >}}