remove srebot embed image (#1255)
This commit is contained in:
+1
-6
@@ -11,14 +11,9 @@
|
||||
<meta property="og:url" content="<%= typeof metaUrl !== 'undefined' ? metaUrl : 'https://sre.pawjob.us/' %>">
|
||||
<meta property="og:title" content="<%= typeof metaTitle !== 'undefined' ? metaTitle : botName %>">
|
||||
<meta property="og:description" content="<%= typeof metaDescription !== 'undefined' ? metaDescription : `${botName} - The Best Squadron Battles Bot.` %>">
|
||||
<meta property="og:image" content="<%= typeof metaImage !== 'undefined' ? metaImage : 'https://sre.pawjob.us/images/toothless_match.jpg' %>">
|
||||
<meta property="og:image:width" content="<%= typeof metaImageWidth !== 'undefined' ? metaImageWidth : 262 %>">
|
||||
<meta property="og:image:height" content="<%= typeof metaImageHeight !== 'undefined' ? metaImageHeight : 262 %>">
|
||||
<meta property="og:image:alt" content="<%= typeof metaImageAlt !== 'undefined' ? metaImageAlt : botName %>">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="<%= typeof metaTitle !== 'undefined' ? metaTitle : botName %>">
|
||||
<meta name="twitter:description" content="<%= typeof metaDescription !== 'undefined' ? metaDescription : `${botName} - The Best Squadron Battles Bot.` %>">
|
||||
<meta name="twitter:image" content="<%= typeof metaImage !== 'undefined' ? metaImage : 'https://sre.pawjob.us/images/toothless_match.jpg' %>">
|
||||
<link rel="icon" type="image/png" href="/images/transparent_toothlessssss.png">
|
||||
|
||||
<!-- Preload Critical Resources -->
|
||||
|
||||
Reference in New Issue
Block a user