done
This commit is contained in:
parent
0314b6a427
commit
16128c6279
53 changed files with 713 additions and 75 deletions
|
@ -6,5 +6,6 @@ module.exports = {
|
|||
tags: ["posts"],
|
||||
eleventyComputed: {
|
||||
dateString: ({ page }) => DateTime.fromJSDate(page.date, { zone: 'utc' }).toLocaleString(DateTime.DATE_FULL)
|
||||
}
|
||||
},
|
||||
author: "Joshua Seigler"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue