mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 07:54:55 -04: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
4b6fe2b16f
commit
cd8c8c5ffa
@ -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…
x
Reference in New Issue
Block a user