Closed Patrickode closed 9 months ago
the code reads:
date format is an #{link_to "ISO standard", data.links.isodate},
It's already been fixed in #541, but the changes aren't updated on the live website for whatever reason.
They should be now. We had a build pipeline issue.
For reasons I don't understand, the link to the ISO date standard in the Confusing Dates section has a trailing
)
in it;https://www.iso.org/iso-8601-date-and-time-format.html)
instead ofhttps://www.iso.org/iso-8601-date-and-time-format.html
.This parenthesis is not in data/links.json. So the parenthesis is showing up somewhere in the substitution process.