djstevenson / songs-to-the-siren

A blog about songs
MIT License
0 stars 0 forks source link

Song list on front page uses wrong timestamp #297

Closed djstevenson closed 4 years ago

djstevenson commented 4 years ago

re: the quick list of songs after the highlighted three at the top: these use the created_at timestamp but should use published_at.

And we should sort by published_at so I don't necessarily have to publish in the order I create them.

djstevenson commented 4 years ago

Fixed by PR #301