From db52b3346567bddc8b31f80079276c3b3de3abe3 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Sat, 3 Jan 2026 14:29:58 -0600 Subject: [PATCH] add rel=me to all links --- _data/metadata.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/_data/metadata.js b/_data/metadata.js index 882af62..da9cb41 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -85,74 +85,84 @@ export default { postlistHeaderText: "Latest blog posts:", socialLinks: [ { + customAttribute: `rel="me"`, title: "My Blog", linkURL: "https://nathanupchurch.com", linkDisplay: "Blog", iconURL: "/img/logo.svg", }, { + customAttribute: `rel="me"`, title: "BookWyrm", linkURL: "https://ramblingreaders.org/user/NathanU", linkDisplay: "BookWyrm", iconURL: "/img/book.svg", }, { + customAttribute: `rel="me"`, title: "Email Me", linkURL: "Mailto:blog@upchur.ch", linkDisplay: "Email", iconURL: "/img/envelope.svg", }, { + customAttribute: `rel="me"`, title: "Friendica", linkURL: "https://friendica.world/profile/nathan", - customAttribute: `rel="me"`, linkDisplay: "Friendica", iconURL: "/img/friendica.svg", }, { + customAttribute: `rel="me"`, title: "Keyoxide Identity Profile", linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340", linkDisplay: "Keyoxide", iconURL: "/img/keyoxide.svg", }, { + customAttribute: `rel="me"`, title: "Lemmy", linkURL: "https://lemmy.ml/u/NathanUp", linkDisplay: "Lemmy", iconURL: "/img/Lemmy_logo.svg", }, { + customAttribute: `rel="me"`, title: "Mastodon", linkURL: "https://lounge.town/@nathanu", - customAttribute: `rel="me"`, linkDisplay: "Mastodon", iconURL: "/img/mastodon.svg", }, { + customAttribute: `rel="me"`, title: "Matrix", linkURL: "https://matrix.to/#/@nathan:upchur.ch", linkDisplay: "Matrix", iconURL: "/img/matrix-org.svg", }, { + customAttribute: `rel="me"`, title: "Movim", linkURL: "https://xmpp.earth/blog/Nathan", linkDisplay: "Movim", iconURL: "/img/movim.svg", }, { + customAttribute: `rel="me"`, title: "PeerTube", linkURL: "https://makertube.net/a/nathan/video-channels", linkDisplay: "PeerTube", iconURL: "/img/peertube.svg", }, { + customAttribute: `rel="me"`, title: "Pixelfed", linkURL: "https://pixelfed.social/@nathanu", linkDisplay: "Pixelfed", iconURL: "/img/pixelfed.svg", }, { + customAttribute: `rel="me"`, title: "Signal", linkURL: "https://signal.me/#eu/j-om4cfsGXtfKo0UX28EQfEL_Gd1KpJr8nQpI9Smhdsb-r98eT5F6obQ1BcYZCcW", @@ -160,12 +170,14 @@ export default { iconURL: "/img/Signal-Logo-White.svg", }, { + customAttribute: `rel="me"`, title: "XMPP", linkURL: "xmpp:nathan_u@member.fsf.org", linkDisplay: "XMPP", iconURL: "/img/XMPP.svg", }, { + customAttribute: `rel="me"`, title: "WAFRN", linkURL: "https://app.wafrn.net/blog/nathan", linkDisplay: "WAFRN",