mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Docs: Quote <!--more--> in <code> instead of italicizing it
Also replace "--" with "--" prevent "--" from being interpreted as en-dash. Note: A simple `<!--more-->` does not work.
This commit is contained in:
parent
010f6057ff
commit
736dd4b521
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ 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 *<!--more-->* 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.<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>
|
||||
|
|
Loading…
Reference in a new issue