From 4b278d920dfc6a9456b87fba7bdf91f3d38c4513 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 4 Apr 2024 06:38:17 -0700 Subject: [PATCH] Fix literal usage of manual summary divider Closes #2515 --- content/en/methods/page/Summary.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/methods/page/Summary.md b/content/en/methods/page/Summary.md index 1a4d17bcd..e4542d258 100644 --- a/content/en/methods/page/Summary.md +++ b/content/en/methods/page/Summary.md @@ -11,10 +11,14 @@ action: signatures: [PAGE.Summary] --- + + + + There are three ways to define the [content summary]: 1. Let Hugo create the summary based on the first 70 words. You can change the number of words by setting the `summaryLength` in your site configuration. -2. Manually split the content with a `<--more-->` tag in Markdown. Everything before the tag is included in the summary. +2. Manually split the content with a `` tag in Markdown. Everything before the tag is included in the summary. 3. Create a `summary` field in front matter. To list the pages in a section with a summary beneath each link: