mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 12:54:57 -04:00
Add TOC to format function
This commit is contained in:
parent
e472140d38
commit
5c69a21d49
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user