feat: add footer

This commit is contained in:
Devin Haska 2024-02-06 12:22:15 -08:00
parent 28da427b27
commit f339227c3d
6 changed files with 71 additions and 3 deletions

View file

@ -13,5 +13,19 @@ module.exports = {
url: "/catalogue",
},
],
bottom: [],
bottom: [
{
text: "Colophon",
url: "/colophon",
},
{ text: "Blogroll", url: "/blogroll" },
{
text: "/uses",
url: "/uses",
},
{
text: "/now",
url: "/now",
},
],
};