Small tweaks to the styling. Uses a global max width on the theme

This commit is contained in:
Zach Leatherman
2022-08-15 14:53:45 -05:00
parent 2d2b6c38f5
commit df6a44bf80
6 changed files with 58 additions and 46 deletions

View File

@@ -28,7 +28,7 @@ module.exports = function(eleventyConfig) {
});
eleventyConfig.addFilter("readableDate", dateObj => {
return DateTime.fromJSDate(dateObj, {zone: 'utc'}).toFormat("dd LLL yyyy");
return DateTime.fromJSDate(dateObj, {zone: 'utc'}).toFormat("LLLL yyyy");
});
// https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-date-string