Implement now page, add new post "Patience"

This commit is contained in:
2024-01-10 10:52:37 -06:00
parent 3140ef0b72
commit 3d4020d2ae
16 changed files with 129 additions and 37 deletions

View File

@ -0,0 +1,6 @@
module.exports = {
tags: [
"now"
],
"layout": "layouts/post.njk",
};