From 71678a7183bd9b90f121d9116d1363fe8f914045 Mon Sep 17 00:00:00 2001 From: Daniel Alan Miller Date: Thu, 29 Aug 2013 21:52:19 +0930 Subject: [PATCH] Adding .Summary to page variables Signed-off-by: Noah Campbell --- docs/content/layout/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/layout/variables.md b/docs/content/layout/variables.md index 9e8115517..226ebb3a3 100644 --- a/docs/content/layout/variables.md +++ b/docs/content/layout/variables.md @@ -21,6 +21,7 @@ are available in the context for the templates. **.Next** Pointer to the following content (based on pub date)
**.Site** See site variables below
**.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.
Any value defined in the front matter, including indexes will be made available under `.Params`. Take for example I'm using tags and categories as my indexes. The following would be how I would access them: