From 953cad6cbd74d011476a22ebe613f6b590120448 Mon Sep 17 00:00:00 2001 From: bep Date: Thu, 9 Oct 2014 22:41:14 +0200 Subject: [PATCH] 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. --- docs/content/templates/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 47d75a3be..f7a202b27 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.