mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Add TOC to format function
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user