From 683011a6bf3a6d55a4b8d3f3dcb506207e4c046e Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Wed, 22 Mar 2017 17:54:51 -0500 Subject: [PATCH] Fix typos on summaries page --- content/content-management/summaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/summaries.md b/content/content-management/summaries.md index bab416d9b..f87b0a516 100644 --- a/content/content-management/summaries.md +++ b/content/content-management/summaries.md @@ -37,7 +37,7 @@ The Hugo-defined summaries are set to use word count by default. However, "word ### User-defined: Manual Summary Splitting -Alternatively, you may add the <!--more--> summary divider where you want to split the article. For [org content][org], use # more) where you want to split the article. Content that comes before the summary divider will be used as that content's summary and stored in the `.Summary` page variable with all HTML formatting intact. +Alternatively, you may add the <!--more--> summary divider where you want to split the article. For [org content][org], use `# more` where you want to split the article. Content that comes before the summary divider will be used as that content's summary and stored in the `.Summary` page variable with all HTML formatting intact. {{% note "Summary Divider"%}} The concept of a *summary divider* is not unique to Hugo. It is also called the "more tag" or "excerpt separator" in other literature.