mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 17:08:02 -04:00
content: Fix formatting
This commit is contained in:
parent
62aa94add1
commit
b4f8e492f3
@ -90,7 +90,7 @@ Returns the `Site` to which the pages will be added.
|
|||||||
|
|
||||||
### Store
|
### 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/).
|
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/).
|
||||||
|
|
||||||
```go-html-template {file="content/books/_content.gotmpl"}
|
```go-html-template {file="content/books/_content.gotmpl"}
|
||||||
{{ .Store.Set "key" "value" }}
|
{{ .Store.Set "key" "value" }}
|
||||||
@ -338,7 +338,7 @@ content/
|
|||||||
└── the-hunchback-of-notre-dame.md
|
└── the-hunchback-of-notre-dame.md
|
||||||
```
|
```
|
||||||
|
|
||||||
If the content adapter also creates books/the-hunchback-of-notre-dame, the content of the published page is indeterminate. You can not define the processing order.
|
If the content adapter also creates `books/the-hunchback-of-notre-dame`, the content of the published page is indeterminate. You can not define the processing order.
|
||||||
|
|
||||||
To detect page collisions, use the `--printPathWarnings` flag when building your site.
|
To detect page collisions, use the `--printPathWarnings` flag when building your site.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user