From 5c69a21d49a86b5f116d37d171fe9f64e44d9abb Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 12 Mar 2017 11:50:31 -0500 Subject: [PATCH] Add TOC to format function --- content/functions/format.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/