diff --git a/src/_data/meta.js b/src/_data/meta.js index b7bb3f7..f085f9d 100644 --- a/src/_data/meta.js +++ b/src/_data/meta.js @@ -15,5 +15,11 @@ module.exports = { blog: { name: "wonderfulfrog", description: "Devin Haska's digital garden.", + feed: "", + }, + social: { + rss: "", + github: "", + mastodon: "", }, }; diff --git a/src/_data/navigation.js b/src/_data/navigation.js index f22fe6d..46cfb16 100644 --- a/src/_data/navigation.js +++ b/src/_data/navigation.js @@ -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", + }, + ], }; diff --git a/src/_includes/partials/footer.html b/src/_includes/partials/footer.html index a45e63a..31e56c1 100644 --- a/src/_includes/partials/footer.html +++ b/src/_includes/partials/footer.html @@ -1,3 +1,28 @@ -