File tree 4 files changed +0
-27
lines changed
4 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 91
91
"icon" : " steam" ,
92
92
"color" : " #000000"
93
93
},
94
- {
95
- "title" : " Threads" ,
96
- "url" : " https://www.threads.net/@brianmitchl" ,
97
- "icon" : " threads" ,
98
- "color" : " #000000"
99
- },
100
94
{
101
95
"title" : " Trakt" ,
102
96
"url" : " https://trakt.tv/users/brianmitchl" ,
103
97
"icon" : " trakt" ,
104
98
"color" : " #ED1C24"
105
99
},
106
- {
107
- "title" : " Twitter" ,
108
- "url" : " https://twitter.com/BrianMitchL" ,
109
- "icon" : " twitter" ,
110
- "color" : " #1DA1F2"
111
- },
112
100
{
113
101
"title" : " YouTube" ,
114
102
"url" : " https://www.youtube.com/@BrianMitchL" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ module.exports = {
22
22
web : 'https://brianm.me' ,
23
23
} ,
24
24
short_name : 'BrianMitchL' ,
25
- twitter : 'BrianMitchL' ,
26
25
image : '/android-chrome-512x512.png' ,
27
26
date : new Date ( ) ,
28
27
} ;
Original file line number Diff line number Diff line change 88
88
<meta property =" og:image:alt" content =" {{ ogImageAlt }}" />
89
89
<meta property =" og:locale" content =" en_US" />
90
90
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
-
104
91
<link
105
92
type =" application/atom+xml"
106
93
rel =" alternate"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments