From: Anthony Fok Date: Fri, 17 Oct 2014 01:00:09 +0000 (-0600) Subject: Docs: Quote in instead of italicizing it X-Git-Tag: v0.13~266 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=736dd4b5;p=brevno-suite%2Fhugo Docs: Quote in instead of italicizing it Also replace "--" with "--" prevent "--" from being interpreted as en-dash. Note: A simple `` does not work. --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index f7a202b2..0e8ad729 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -24,7 +24,7 @@ matter, content or derived from file location. **.Title** The title for the content.
**.Content** The content itself, defined below the front matter.
-**.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.
+**.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.
**.Description** The description for the content.
**.Keywords** The meta keywords for this content.
**.Date** The date the content is associated with.