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 @@