This PR removes the moment
and Luxon
dependencies, as Node now has better date powers by way of Intl.dateTimeFormat
.
Handling the post dates with native code causes an error if date values are not provided. My change to post.njk
adds a check to make sure last_updated
exists.