getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
70 stars 51 forks source link

zen: fix transition of fancydates to luxon #209

Closed laodzu closed 1 year ago

laodzu commented 1 year ago

The commit f1d480d8 (Fix #3232 - switch to Luxon for fancy dates, 2020-04-15) introduced a different handling of fancy dates into Nikola core property and thus broke zen based on the old handling. This commit fixes it by following the changes from the "base" theme in Nikola.

laodzu commented 1 year ago

So I reworked this into a fix for the whole zen family. The top commits are "extensions" of the fix in zen to the derived themes. I believe this provide the fix consistently in the whole theme family.

I would appreciate any comment on it!