mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fixed typo in summaries description in the documentation
This commit is contained in:
parent
c00788d8be
commit
1b36bda653
1 changed files with 2 additions and 2 deletions
|
@ -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: <code><!--more--></code>. 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 <code><!--more--></code>; with no additional spaces or other characters between the `<code>` and `</code>` tags.
|
||||
Hugo also provides an easy way to customize where a piece of content will be split with its summary content divider: <code><!--more--></code>. 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 <code><!--more--></code>; with no additional spaces or other characters between the <code><!--</code> and <code>--></code> 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, <code><!--more--></code>, 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, <code><!--more--></code>, is elided from the output.
|
||||
|
||||
When using user-defined summaries, <code><!--more--></code>, Hugo will preserve the HTML in the summary.
|
||||
|
||||
|
|
Loading…
Reference in a new issue