alistapart / AListApart

The A List Apart front end repo
http://alistapart.com/
MIT License
671 stars 68 forks source link

Remove leading zeros from displayed dates. #412

Closed brettdewoody closed 7 years ago

brettdewoody commented 7 years ago

Closes #357.

Updates all instances of {entry_date format="%F %d, %Y"} to use {entry_date format="%F %j, %Y"}, which will remove the leading 0 from the day.

Ex: February 02, 2016 will become February 2, 2016.

brettdewoody commented 7 years ago

@michellekondou @zeldman - this is ready for review.

michellekondou commented 7 years ago

@brettdewoody I merged your pull request Brett, thank you so much for contributing!