mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
[Docs] Correct description of "Read More" links in Summaries
Also revise some paragraphs for succinctness. Fixes #788
This commit is contained in:
@@ -24,7 +24,8 @@ matter, content or derived from file location.
|
||||
|
||||
**.Title** The title for the content.<br>
|
||||
**.Content** The content itself, defined below the front matter.<br>
|
||||
**.Summary** A generated summary of the content for easily showing a snippet in a summary view. Note that the breakpoint can be set manually by inserting <code><!--more--></code> at the appropriate place in the content page.<br>
|
||||
**.Summary** A generated summary of the content for easily showing a snippet in a summary view. Note that the breakpoint can be set manually by inserting <code><!--more--></code> at the appropriate place in the content page. See [Summaries](/content/summaries/) for more details.<br>
|
||||
**.Truncated** A boolean, `true` if the `.Summary` is truncated. Useful for showing a "Read more..." link only if necessary. See [Summaries](/content/summaries/) for more details.<br>
|
||||
**.Description** The description for the content.<br>
|
||||
**.Keywords** The meta keywords for this content.<br>
|
||||
**.Date** The date the content is associated with.<br>
|
||||
|
Reference in New Issue
Block a user