kristoff-it / zine

Fast, Scalable, Flexible Static Site Generator (SSG)
https://zine-ssg.io
552 stars 25 forks source link

Add a couple more supported date formats #29

Closed MFAshby closed 6 months ago

MFAshby commented 6 months ago

Feel free to tell me that I'm holding it wrong regarding use of inline-for over decls to select a date format. I considered a ComptimeStringMap -> function pointer as an alternative, but I think this is easier to read and understand.

kristoff-it commented 6 months ago

Thank you, I've created #32 as a followup (assigned to me since it requires some design work).