Closed tseidler closed 7 years ago
The templates currently call Date.Format "January 06", but they should call Date.format "January 02" according to the documentation at https://golang.org/pkg/time/.
Date.Format "January 06"
Date.format "January 02"
Also, gohugo.io writes:
Thanks for the contribution
The templates currently call
Date.Format "January 06"
, but they should callDate.format "January 02"
according to the documentation at https://golang.org/pkg/time/.Also, gohugo.io writes: