shithub: hugo

Download patch

ref: 736dd4b5215743f901b67b7c227df9532eb1072c
parent: 010f6057ffc6a96ae0b481ad548a53906e0a5879
author: Anthony Fok <[email protected]>
date: Thu Oct 16 15:00:09 EDT 2014

Docs: Quote <!--more--> in <code> instead of italicizing it

Also replace "--" with "&#x2d;&#x2d;" prevent "--" from
being interpreted as en-dash.

Note: A simple `<!--more-->` does not work.

--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -24,7 +24,7 @@
 
 **.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 *&#x3C;!--more--&#x3E;* 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>&lt;!&#x2d;&#x2d;more&#x2d;&#x2d;&gt;</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>