Skip to content

Commit

Permalink
Fix some typos in the content summaries page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoTechnicguy committed Jan 9, 2024
1 parent a582345 commit 348fd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/content-management/summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<!--more-->`> 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 `<!--more-->` 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

Expand Down

0 comments on commit 348fd3c

Please sign in to comment.