diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 03398277e..25557c2ec 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -44,7 +44,7 @@ matter, content or derived from file location. **.TableOfContents** The rendered table of contents for this content.
**.Prev** Pointer to the previous content (based on pub date).
**.Next** Pointer to the following content (based on pub date).
-**.PrevInSection** Pointer to the previous content within the same section (based on pub date)
+**.PrevInSection** Pointer to the previous content within the same section (based on pub date). For example, `{{if .PrevInSection}}{{.PrevInSection.Permalink}}{{end}}`.
**.NextInSection** Pointer to the following content within the same section (based on pub date)
**.FuzzyWordCount** The approximate number of words in the content.
**.WordCount** The number of words in the content.