fix again

This commit is contained in:
2026-01-03 14:34:10 -06:00
parent a9cdbdd9e8
commit 4e62a72096

View File

@@ -85,6 +85,7 @@ export default {
postlistHeaderText: "Latest blog posts:", postlistHeaderText: "Latest blog posts:",
socialLinks: [ socialLinks: [
{ {
customAttribute: `rel="me"`,
title: "My Blog", title: "My Blog",
linkURL: "https://nathanupchurch.com", linkURL: "https://nathanupchurch.com",
linkDisplay: "Blog", linkDisplay: "Blog",
@@ -98,6 +99,7 @@ export default {
iconURL: "/img/book.svg", iconURL: "/img/book.svg",
}, },
{ {
customAttribute: `rel="me"`,
title: "Email Me", title: "Email Me",
linkURL: "Mailto:blog@upchur.ch", linkURL: "Mailto:blog@upchur.ch",
linkDisplay: "Email", linkDisplay: "Email",
@@ -132,6 +134,7 @@ export default {
iconURL: "/img/mastodon.svg", iconURL: "/img/mastodon.svg",
}, },
{ {
customAttribute: `rel="me"`,
title: "Matrix", title: "Matrix",
linkURL: "https://matrix.to/#/@nathan:upchur.ch", linkURL: "https://matrix.to/#/@nathan:upchur.ch",
linkDisplay: "Matrix", linkDisplay: "Matrix",
@@ -159,6 +162,7 @@ export default {
iconURL: "/img/pixelfed.svg", iconURL: "/img/pixelfed.svg",
}, },
{ {
customAttribute: `rel="me"`,
title: "Signal", title: "Signal",
linkURL: linkURL:
"https://signal.me/#eu/j-om4cfsGXtfKo0UX28EQfEL_Gd1KpJr8nQpI9Smhdsb-r98eT5F6obQ1BcYZCcW", "https://signal.me/#eu/j-om4cfsGXtfKo0UX28EQfEL_Gd1KpJr8nQpI9Smhdsb-r98eT5F6obQ1BcYZCcW",
@@ -166,6 +170,7 @@ export default {
iconURL: "/img/Signal-Logo-White.svg", iconURL: "/img/Signal-Logo-White.svg",
}, },
{ {
customAttribute: `rel="me"`,
title: "XMPP", title: "XMPP",
linkURL: "xmpp:nathan_u@member.fsf.org", linkURL: "xmpp:nathan_u@member.fsf.org",
linkDisplay: "XMPP", linkDisplay: "XMPP",