Skip to content

Commit d68200d

Browse files
committed
Remove Threads and Twitter
1 parent dc8002e commit d68200d

File tree

4 files changed

+0
-27
lines changed

4 files changed

+0
-27
lines changed

src/_data/findMe.json

-12
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,12 @@
9191
"icon": "steam",
9292
"color": "#000000"
9393
},
94-
{
95-
"title": "Threads",
96-
"url": "https://www.threads.net/@brianmitchl",
97-
"icon": "threads",
98-
"color": "#000000"
99-
},
10094
{
10195
"title": "Trakt",
10296
"url": "https://trakt.tv/users/brianmitchl",
10397
"icon": "trakt",
10498
"color": "#ED1C24"
10599
},
106-
{
107-
"title": "Twitter",
108-
"url": "https://twitter.com/BrianMitchL",
109-
"icon": "twitter",
110-
"color": "#1DA1F2"
111-
},
112100
{
113101
"title": "YouTube",
114102
"url": "https://www.youtube.com/@BrianMitchL",

src/_data/site.js

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
web: 'https://brianm.me',
2323
},
2424
short_name: 'BrianMitchL',
25-
twitter: 'BrianMitchL',
2625
image: '/android-chrome-512x512.png',
2726
date: new Date(),
2827
};

src/_includes/head.njk

-13
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,6 @@
8888
<meta property="og:image:alt" content="{{ ogImageAlt }}" />
8989
<meta property="og:locale" content="en_US" />
9090

91-
<meta name="twitter:card" content="summary_large_image" />
92-
<meta name="twitter:site" content="@{{ site.twitter }}" />
93-
<meta
94-
name="twitter:title"
95-
content="{%- if title -%}{{ title }}{%- else -%}{{ site.title }}{%- endif -%}"
96-
>
97-
<meta
98-
name="twitter:description"
99-
content="{%- if description -%}{{ description }}{%- else -%}{{ site.description }}{%- endif -%}"
100-
/>
101-
<meta name="twitter:image" content="{{ ogImageUrl }}" />
102-
<meta name="twitter:image:alt" content="{{ ogImageAlt }}" />
103-
10491
<link
10592
type="application/atom+xml"
10693
rel="alternate"

src/_includes/icons/twitter.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)