You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to #3647, I think Eleventy should avoid including opinionated and complicated features like content dates and tags to core. Tags create issues like #1791 (see also #1254, which proposes removing this feature as well), content dates lead to us relying on the large Luxon library (#3587), etc. This kind of functionality would be better suited to plugins; @11ty/eleventy-plugin-tags and @11ty/eleventy-plugin-content-dates.
The text was updated successfully, but these errors were encountered:
In addition to #3647, I think Eleventy should avoid including opinionated and complicated features like content dates and tags to core. Tags create issues like #1791 (see also #1254, which proposes removing this feature as well), content dates lead to us relying on the large Luxon library (#3587), etc. This kind of functionality would be better suited to plugins;
@11ty/eleventy-plugin-tags
and@11ty/eleventy-plugin-content-dates
.The text was updated successfully, but these errors were encountered: