tyler-sommer / stick

A golang port of the Twig templating engine
MIT License
183 stars 36 forks source link

Added suffix to day #46

Closed colinmo closed 3 years ago

colinmo commented 3 years ago

Now you can use the "S" format in a date string to add a suffix like "th" or "nd" to the date.

tyler-sommer commented 3 years ago

This looks great @colinmo ! Thanks for the PR.