mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Adding .Summary to page variables
Signed-off-by: Noah Campbell <noahcampbell@gmail.com>
This commit is contained in:
committed by
Noah Campbell
parent
3ab5245049
commit
71678a7183
@@ -21,6 +21,7 @@ are available in the context for the templates.
|
|||||||
**.Next** Pointer to the following content (based on pub date)<br>
|
**.Next** Pointer to the following content (based on pub date)<br>
|
||||||
**.Site** See site variables below<br>
|
**.Site** See site variables below<br>
|
||||||
**.Content** The content itself, defined below the front matter.<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`.
|
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:
|
Take for example I'm using tags and categories as my indexes. The following would be how I would access them:
|
||||||
|
Reference in New Issue
Block a user