diff --git a/.kateproject.notes b/.kateproject.notes
index ebbc5e4..64fd1f6 100644
--- a/.kateproject.notes
+++ b/.kateproject.notes
@@ -7,7 +7,6 @@ Integrate recipe structured data for recipe type articles
Performance / Accessibility:
---------------------------------------
-Change contrast color
Lazy load images
Remove unecessary fonts
change font-display to "swap"
diff --git a/_data/metadata.js b/_data/metadata.js
index a648799..6b771a0 100644
--- a/_data/metadata.js
+++ b/_data/metadata.js
@@ -31,6 +31,12 @@ module.exports = {
linkDisplay: "Lemmy",
iconURL: "/img/Lemmy_logo.svg"
},
+ {
+ title: "My Blog",
+ linkURL: "https://nathanupchurch.com",
+ linkDisplay: "My Blog",
+ iconURL: "/img/logo_favicon_dark.svg"
+ },
{
title: "Matrix",
linkURL: "https://matrix.to/#/@nathanu:matrix.org",
diff --git a/_includes/layouts/links.njk b/_includes/layouts/links.njk
index 0c0c9d0..4305422 100644
--- a/_includes/layouts/links.njk
+++ b/_includes/layouts/links.njk
@@ -4,7 +4,7 @@ layout: layouts/baseBareBones.njk
{%- css %}{% include "public/css/links.css" %}{% endcss %}
Here's where else you can find me on the internet.
+Here's where you can find me on the internet: