Fix meta?
This commit is contained in:
parent
ff24970834
commit
515f3b2e90
2 changed files with 2 additions and 3 deletions
1
index.js
1
index.js
|
@ -128,6 +128,7 @@ function pageUpdate() {
|
||||||
}
|
}
|
||||||
addedHTML += ' '
|
addedHTML += ' '
|
||||||
}
|
}
|
||||||
|
addedHTML.trimEnd()
|
||||||
addedHTML += `"</span>`
|
addedHTML += `"</span>`
|
||||||
}
|
}
|
||||||
addedHTML += ` - ${lanyardData.discord_user.display_name} ${new Date(Date.now()).getFullYear()}</em></p>`
|
addedHTML += ` - ${lanyardData.discord_user.display_name} ${new Date(Date.now()).getFullYear()}</em></p>`
|
||||||
|
|
|
@ -12,9 +12,7 @@
|
||||||
<meta name="darkreader-lock">
|
<meta name="darkreader-lock">
|
||||||
|
|
||||||
<meta content="Welcome to Violet's Purgatory" property="og:title" />
|
<meta content="Welcome to Violet's Purgatory" property="og:title" />
|
||||||
<meta
|
<meta content="I'm Violet, a web and game developer. On my site i'm hosting various services, so please check out the site for more info!!!" property="og:description" />
|
||||||
content="I'm Violet, a web and game developer. On my site i'm hosting various services, so please check out the site for more info!!!"
|
|
||||||
property="og:description" />
|
|
||||||
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
|
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
|
||||||
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
|
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue