Update links with new mastodon instance
This commit is contained in:
@ -13,9 +13,16 @@ module.exports = {
|
||||
defaultPostImageURL: "/img/default_post_image/vasilina-sirotina-1NMPvajSt9Q-unsplash_copy.avif",
|
||||
defaultPostImageAlt: "The default post image: a close picture of the dark green leaves of a plant.",
|
||||
socialLinks: [
|
||||
{
|
||||
title: "My Blog",
|
||||
linkURL: "https://nathanupchurch.com",
|
||||
linkDisplay: "My Blog",
|
||||
iconURL: "/img/logo_favicon_dark.svg"
|
||||
},
|
||||
{
|
||||
title: "Mastodon",
|
||||
linkURL: "https://mastodon.social/@nathanu",
|
||||
linkURL: "https://lounge.town/@nathanu",
|
||||
customAttribute: `rel="me"`,
|
||||
linkDisplay: "Mastodon",
|
||||
iconURL: "/img/mastodon.svg"
|
||||
},
|
||||
@ -31,12 +38,6 @@ 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",
|
||||
|
Reference in New Issue
Block a user