Add TOC to format function

This commit is contained in:
Ryan Watters 2017-03-12 11:50:31 -05:00 committed by GitHub
parent e472140d38
commit 5c69a21d49

View File

@ -14,6 +14,7 @@ hugoversion:
relatedfuncs: [dateFormat,now,Unix,time]
deprecated: false
aliases: []
toc: true
---
`Format` will format date values defined in your front matter. `.Format` and can be used as a property on the following [page variables][pagevars]:
@ -120,4 +121,4 @@ In conjunction with the [`dateFormat` function][dateFormat], you can also conver
[dateFormat]: /functions/dateformat/
[gdex]: https://golang.org/pkg/time/#example_Time_Format
[pagevars]: /variables/page-variables/
[time]: https://golang.org/pkg/time/
[time]: https://golang.org/pkg/time/