Merge pull request #21 from duncanbeevers/master

Added .Content variable to docs
This commit is contained in:
Steve Francia 2013-08-09 02:15:50 -07:00
commit 7a13434dd9

View file

@ -16,6 +16,7 @@ are available in the context for the templates.
**.RSSLink** Link to the indexes' rss link <br>
**.Prev** Pointer to the previous content (based on pub date)<br>
**.Next** Pointer to the following content (based on pub date)<br>
**.Content** The content itself, defined below the front matter.<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: