mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 15:29:57 -04:00
Update content-adapters.md
This commit is contained in:
parent
c39aa4e258
commit
cbb2294e3e
@ -93,7 +93,7 @@ Returns the `Site` to which the pages will be added.
|
|||||||
|
|
||||||
###### Store
|
###### Store
|
||||||
|
|
||||||
Creates a persistent “scratch pad” to store and manipulate data. See [examples](/methods/page/store/).
|
Returns a persistent “scratch pad” to store and manipulate data. The main use case for this is to transfer values between executions when [EnableAllLanguages](#enablealllanguages) is set. See [examples](/methods/page/store/).
|
||||||
|
|
||||||
{{< code file=content/books/_content.gotmpl >}}
|
{{< code file=content/books/_content.gotmpl >}}
|
||||||
{{ .Store.Set "key" "value" }}
|
{{ .Store.Set "key" "value" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user