From 16a2e4200bb0a6be1dd3aeb84bb51cafd80264d8 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 --- 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: