From 348fd3c02096f165c8b05cf95a85a0a207936640 Mon Sep 17 00:00:00 2001 From: TheoTechnicguy <19630890+TheoTechnicguy@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:38:58 +0100 Subject: [PATCH] Fix some typos in the content summaries page --- content/en/content-management/summaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/summaries.md b/content/en/content-management/summaries.md index 2ff1fec343..22ed3fc81c 100644 --- a/content/en/content-management/summaries.md +++ b/content/en/content-management/summaries.md @@ -73,7 +73,7 @@ Cons Because there are multiple ways in which a summary can be specified it is useful to understand the order of selection Hugo follows when deciding on the text to be returned by `.Summary`. It is as follows: -1. If there is a ``> summary divider present in the article the text up to the divider will be provided as per the manual summary split method +1. If there is a `` summary divider present in the article, the text up to the divider will be provided as per the manual summary split method 2. If there is a `summary` variable in the article front matter the value of the variable will be provided as per the front matter summary method 3. The text at the start of the article will be provided as per the automatic summary split method