DEV Community

[Comment from a deleted post]
Collapse
 
jonas_dw profile image
Jonas De Wever

Sorry to bother, but shouldn't your code for the <time> element be something like this?:

<time datetime="2019-10-05">October 5</time>
<time datetime="2019-01-29">two days ago</time>
<time datetime="2019-09-23">a Saturday</time>

Changed datatime to datetime

Nice post btw! Really forgot about those elements.

Collapse
 
melnik909 profile image
Stas Melnikov

Thank you! I fixed it