docs: Add an example of how to use .PrevInSection

It's not a common knowledge what the "pointer" is so let's
add an example of how to use .PrevInSection
This commit is contained in:
Roy Reveltas 2016-05-18 08:43:30 +01:00 committed by digitalcraftsman
parent c21b1558ae
commit 5611631539

View file

@ -44,7 +44,7 @@ matter, content or derived from file location.
**.TableOfContents** The rendered table of contents for this content.<br>
**.Prev** Pointer to the previous content (based on pub date).<br>
**.Next** Pointer to the following content (based on pub date).<br>
**.PrevInSection** Pointer to the previous content within the same section (based on pub date)<br>
**.PrevInSection** Pointer to the previous content within the same section (based on pub date). For example, `{{if .PrevInSection}}{{.PrevInSection.Permalink}}{{end}}`.<br>
**.NextInSection** Pointer to the following content within the same section (based on pub date)<br>
**.FuzzyWordCount** The approximate number of words in the content.<br>
**.WordCount** The number of words in the content.<br>