From 604e1e1ce86c148c8629a2a1f9aec6f3b9f79939 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 28 Oct 2024 15:17:48 +0800 Subject: [PATCH] Update contact list I forgot Twitter is not much of a thing anymore. Can't believe THIS is the source of a bug. :/ --- exampleSite/data/more-contentful/contacts.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/data/more-contentful/contacts.toml b/exampleSite/data/more-contentful/contacts.toml index 37e32f2..430b277 100755 --- a/exampleSite/data/more-contentful/contacts.toml +++ b/exampleSite/data/more-contentful/contacts.toml @@ -1,9 +1,9 @@ useImage = true [[links]] -id = "twitter" +id = "x" url = "https://example.org/twitter" -name = "Twitter" +name = "X (formerly Twitter)" [[links]] id = "github"