tbreuss / mithril-by-examples

Learn Mithril.js by seeing, reviewing, and running up-to-date code examples
https://mithril-by-examples.js.org
MIT License
10 stars 8 forks source link

Replace created and modified dates #17

Closed tbreuss closed 3 years ago

tbreuss commented 3 years ago

According to the Eleventy docs (https://www.11ty.dev/docs/dates/), replace all created and modified dates in the front matter of the examples with a date only.

Before:
--
title: Examples
created: 2021-10-18
modified: 2021-10-18
--

After:
--
title: Examples
date: 2021-10-18
--
darshan4416 commented 3 years ago

I would like to work on this. Please assign it to me.

tbreuss commented 3 years ago

Thanks! I just assigned you. If you have any question, let me know.

tbreuss commented 3 years ago

Thanks for your work, just merged your PR.

darshan4416 commented 3 years ago

Thank you for the opportunity @tbreuss.

tbreuss commented 3 years ago

Fixed with #18