ref: 71678a7183bd9b90f121d9116d1363fe8f914045
parent: 3ab5245049a74b5d53d80a24e4bf9c60db7fce07
author: Daniel Alan Miller <[email protected]>
date: Thu Aug 29 17:52:19 EDT 2013
Adding .Summary to page variables Signed-off-by: Noah Campbell <[email protected]>
--- a/docs/content/layout/variables.md
+++ b/docs/content/layout/variables.md
@@ -21,6 +21,7 @@
**.Next** Pointer to the following content (based on pub date)<br>
**.Site** See site variables below<br>
**.Content** The content itself, defined below the front matter.<br>
+**.Summary** A generated summary of the content for easily showing a snippet in a summary view.<br>
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: