From 0f31b4bef7b45c4ef32df933bb4d6194cc22f508 Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Mon, 16 Feb 2026 03:50:04 +0100 Subject: [PATCH] update fedi link TODO: noreferer plugin breaks rel=me links --- src/_data/footer.json | 30 +++++++++++++++++++---------- src/_includes/components/footer.njk | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/src/_data/footer.json b/src/_data/footer.json index b99615d..743d7e3 100644 --- a/src/_data/footer.json +++ b/src/_data/footer.json @@ -6,43 +6,53 @@ }, { "name": "ko-fi", - "link": "https://ko-fi.com/nyancrimew" + "link": "https://ko-fi.com/nyancrimew", + "me": true }, { "name": "tumblr", - "link": "https://tumblr.com/nyancrimew" + "link": "https://tumblr.com/nyancrimew", + "me": true }, { "name": "twitter", - "link": "https://twitter.com/awawawhoami" + "link": "https://twitter.com/awawawhoami", + "me": true }, { "name": "fediverse", - "link": "https://crimew.gay/maia" + "link": "https://soc.tuxpaintadventures.com/@maia", + "me": true }, { "name": "bluesky", - "link": "https://bsky.app/profile/crimew.gay" + "link": "https://bsky.app/profile/crimew.gay", + "me": true }, { "name": "instagram", - "link": "https://instagram.com/nyancrimew" + "link": "https://instagram.com/nyancrimew", + "me": true }, { "name": "letterboxd", - "link": "https://letterboxd.com/nyancrimew/" + "link": "https://letterboxd.com/nyancrimew/", + "me": true }, { "name": "soundcloud", - "link": "https://soundcloud.com/nyancrimew" + "link": "https://soundcloud.com/nyancrimew", + "me": true }, { "name": "last dot federated states of micronesia", - "link": "https://last.fm/user/nyancrimew" + "link": "https://last.fm/user/nyancrimew", + "me": true }, { "name": "github", - "link": "https://github.com/nyancrimew" + "link": "https://github.com/nyancrimew", + "me": true }, { "name": "analytics", diff --git a/src/_includes/components/footer.njk b/src/_includes/components/footer.njk index 8c1414d..0563764 100644 --- a/src/_includes/components/footer.njk +++ b/src/_includes/components/footer.njk @@ -2,7 +2,7 @@
{% for item in footer.links %} - {{ item.name }} + {{ item.name }} {% if not loop.last %} | {% endif %}