cryogen 2021-05-14

is there a reason why a "Page" doesn't have a date in the metadata? if I add one, it's just a string: :date "2020-11-06" compared to a "Post", where it is a Date: :date #inst "2020-11-12T23:00:00.000-00:00"

Jakub Holý (HolyJak) 2021-05-14T17:02:26.008400Z

Pages do not have natural need for dates as posts do so there is no special handling of that implemented I suppose. Just look at the code, is quite simple.

okay, sounds plausible - I think I can live with that