From 29219c75401f0383e91651bc4dd4d75aeb771741 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:15:27 -0800 Subject: [PATCH] fix: add titles to icon button links --- src/_data/meta.js | 4 --- src/_data/navigation.js | 10 ++++---- src/_includes/partials/footer.html | 37 +++++++++++++++++----------- src/_includes/partials/menu.html | 6 ++--- src/_includes/svgs/social-lastfm.svg | 3 --- 5 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 src/_includes/svgs/social-lastfm.svg diff --git a/src/_data/meta.js b/src/_data/meta.js index b27f858..4d70a78 100644 --- a/src/_data/meta.js +++ b/src/_data/meta.js @@ -7,8 +7,4 @@ export default { lang: "en", author: "Devin Haska", repoUrl: "https://github.com/wonderfulfrog/wonderfulfrog.com", - social: { - github: "https://github.com/wonderfulfrog", - mastodon: "https://mastodon.social/@wonderfulfrog", - }, }; diff --git a/src/_data/navigation.js b/src/_data/navigation.js index 94dea64..cfb63fe 100644 --- a/src/_data/navigation.js +++ b/src/_data/navigation.js @@ -27,15 +27,15 @@ export default { }, ], bottom: [ - { - text: "Contact", - url: "/contact", - }, + { text: "Blogroll", url: "/blogroll" }, { text: "Colophon", url: "/colophon", }, - { text: "Blogroll", url: "/blogroll" }, + { + text: "Contact", + url: "/contact", + }, { text: "/uses", url: "/uses", diff --git a/src/_includes/partials/footer.html b/src/_includes/partials/footer.html index e981342..4c127fa 100644 --- a/src/_includes/partials/footer.html +++ b/src/_includes/partials/footer.html @@ -16,28 +16,35 @@