From 1b36bda6535c498705c4eba7bc2fe0a30d876483 Mon Sep 17 00:00:00 2001 From: Rasmus Stougaard Date: Wed, 26 Nov 2014 01:46:45 +0700 Subject: [PATCH] Fixed typo in summaries description in the documentation --- docs/content/content/summaries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/content/summaries.md b/docs/content/content/summaries.md index b8ad312b5..3b8c5af1c 100644 --- a/docs/content/content/summaries.md +++ b/docs/content/content/summaries.md @@ -22,9 +22,9 @@ When using automatic summaries, Hugo will strip all HTML tags from the summary. ## User-defined: manual summary split: -Hugo also provides an easy way to customize where a piece of content will be split with its summary content divider: <!--more-->. The summary content divider is Hugo's version of a "more tag", "summary divider", "excerpt separator", etc. found in other systems. For the summary content divider to be valid, it most be entered as <!--more-->; with no additional spaces or other characters between the `` and `` tags. +Hugo also provides an easy way to customize where a piece of content will be split with its summary content divider: <!--more-->. The summary content divider is Hugo's version of a "more tag", "summary divider", "excerpt separator", etc. found in other systems. For the summary content divider to be valid, it most be entered as <!--more-->; with no additional spaces or other characters between the <!-- and --> tags. -If the summary content divider exists within a piece of content, Hugo will split the content at that point, instead of its default split point of 70 words. The content prior to the summary content provider will be used as that content's summary and the summary content divider will be replaces with a `Read More` link. When the full content is rendered, the summary content provider, <!--more-->, is elided from the output. +If the summary content divider exists within a piece of content, Hugo will split the content at that point, instead of its default split point of 70 words. The content prior to the summary content provider will be used as that content's summary and the summary content divider will be replaced with a `Read More` link. When the full content is rendered, the summary content provider, <!--more-->, is elided from the output. When using user-defined summaries, <!--more-->, Hugo will preserve the HTML in the summary.