From: bep Date: Thu, 9 Oct 2014 20:41:14 +0000 (+0200) Subject: Document manual breakpoint of .Summary X-Git-Tag: v0.13~384 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=953cad6c;p=brevno-suite%2Fhugo Document manual breakpoint of .Summary The use of to set the breakpoint for the generated page summary is mentioned in a release note, but not in the doc itself. Very useful - and it leaves the formatting in place. --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 47d75a3b..f7a202b2 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.
+**.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.