From bc080ecaad7cd0df39148e380fd8e73df5c18a43 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 30 Oct 2024 09:38:26 -0700 Subject: [PATCH] Update Store.md --- content/en/methods/page/Store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/page/Store.md b/content/en/methods/page/Store.md index 580942184..2b9419ff8 100644 --- a/content/en/methods/page/Store.md +++ b/content/en/methods/page/Store.md @@ -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 }}