mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 16:26:36 -04:00
Update Store.md
This commit is contained in:
parent
1507ede323
commit
bc080ecaad
@ -117,7 +117,7 @@ If you need to access a scratch pad value from a parent template, and the parent
|
||||
{{ .Store.Get "mykey" }}
|
||||
```
|
||||
|
||||
You can also trigger content rendering with the `FuzzyWordCount`, `Len`, `Plain`, `PlainWords`, `ReadingTime`, `Summary`, `Truncated`, and `WordCount` methods. For example:
|
||||
You can also trigger content rendering with the `ContentWithoutSummary`, `FuzzyWordCount`, `Len`, `Plain`, `PlainWords`, `ReadingTime`, `Summary`, `Truncated`, and `WordCount` methods. For example:
|
||||
|
||||
```go-html-template
|
||||
{{ $noop := .WordCount }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user