lemuelmgsn / the-startup-responsive-interactieve-website

Maak een herontwerp voor de blogpagina van grrr.tech
https://lemuelmgsn.github.io/the-startup-responsive-interactieve-website/
MIT License
0 stars 0 forks source link

Foutieve datumnotatie in HTML-document 🍊 #9

Closed MisahSaid closed 9 months ago

MisahSaid commented 9 months ago

Foutmelding: Er is een foutje in de HTML op regel 65. De huidige datumnotatie is onjuist.

Het correcte formaat voor de datumnotatie is 'YYYY-MM-DD', maar in de code staat 'YYYY-MM-D'.

Huidige code: https://github.com/lemuelmgsn/the-startup-responsive-interactieve-website/blob/55cae7242012124a88c78c76d647c901ee646c69/index.html#L65

Aanbeloven aanpassing: <time datetime="2021-08-01 00:00:00 +0000 UTC">

lemuelmgsn commented 9 months ago

https://github.com/lemuelmgsn/the-startup-responsive-interactieve-website/blob/689443359ca71648f270d9aaa2741746c7c6b4b7/index.html#L69

Gefixt!