ageekymonk / hugo-tracks-theme

This is port of Tracks theme
MIT License
21 stars 21 forks source link

Fix Date.Format calls in templates #6

Closed tseidler closed 6 years ago

tseidler commented 6 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/.

Also, gohugo.io writes: image

ageekymonk commented 6 years ago

Thanks for the contribution