Skip to content

Commit

Permalink
Remove Threads and Twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Jan 13, 2025
1 parent dc8002e commit d68200d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
12 changes: 0 additions & 12 deletions src/_data/findMe.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,24 +91,12 @@
"icon": "steam",
"color": "#000000"
},
{
"title": "Threads",
"url": "https://www.threads.net/@brianmitchl",
"icon": "threads",
"color": "#000000"
},
{
"title": "Trakt",
"url": "https://trakt.tv/users/brianmitchl",
"icon": "trakt",
"color": "#ED1C24"
},
{
"title": "Twitter",
"url": "https://twitter.com/BrianMitchL",
"icon": "twitter",
"color": "#1DA1F2"
},
{
"title": "YouTube",
"url": "https://www.youtube.com/@BrianMitchL",
Expand Down
1 change: 0 additions & 1 deletion src/_data/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = {
web: 'https://brianm.me',
},
short_name: 'BrianMitchL',
twitter: 'BrianMitchL',
image: '/android-chrome-512x512.png',
date: new Date(),
};
13 changes: 0 additions & 13 deletions src/_includes/head.njk
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,6 @@
<meta property="og:image:alt" content="{{ ogImageAlt }}" />
<meta property="og:locale" content="en_US" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@{{ site.twitter }}" />
<meta
name="twitter:title"
content="{%- if title -%}{{ title }}{%- else -%}{{ site.title }}{%- endif -%}"
>
<meta
name="twitter:description"
content="{%- if description -%}{{ description }}{%- else -%}{{ site.description }}{%- endif -%}"
/>
<meta name="twitter:image" content="{{ ogImageUrl }}" />
<meta name="twitter:image:alt" content="{{ ogImageAlt }}" />

<link
type="application/atom+xml"
rel="alternate"
Expand Down
1 change: 0 additions & 1 deletion src/_includes/icons/twitter.svg

This file was deleted.

0 comments on commit d68200d

Please sign in to comment.