feat: add footer
This commit is contained in:
parent
28da427b27
commit
f339227c3d
6 changed files with 71 additions and 3 deletions
|
@ -15,5 +15,11 @@ module.exports = {
|
|||
blog: {
|
||||
name: "wonderfulfrog",
|
||||
description: "Devin Haska's digital garden.",
|
||||
feed: "",
|
||||
},
|
||||
social: {
|
||||
rss: "",
|
||||
github: "",
|
||||
mastodon: "",
|
||||
},
|
||||
};
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue