diff --git a/content/functions/format.md b/content/functions/format.md index 9d67c46c5..e48e79c8b 100644 --- a/content/functions/format.md +++ b/content/functions/format.md @@ -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/ \ No newline at end of file +[time]: https://golang.org/pkg/time/