Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'

This commit is contained in:
Bjørn Erik Pedersen
2025-04-10 13:04:51 +02:00
987 changed files with 12379 additions and 14083 deletions

View File

@@ -3,11 +3,10 @@ title: Truncated
description: Reports whether the content length exceeds the summary length.
categories: []
keywords: []
action:
related:
- methods/page/Summary
returnType: bool
signatures: [PAGE.Truncated]
params:
functions_and_methods:
returnType: bool
signatures: [PAGE.Truncated]
---
You can define a [summary] manually, in front matter, or automatically. A manual summary takes precedence over a front matter summary, and a front matter summary takes precedence over an automatic summary.
@@ -26,6 +25,5 @@ The `Truncated` method returns `true` if the content length exceeds the summary
{{ end }}
```
{{% note %}}
The `Truncated` method returns `false` if you define the summary in front matter.
{{% /note %}}
> [!note]
> The `Truncated` method returns `false` if you define the summary in front matter.