Fix meta tags for embeds (#11)

This commit is contained in:
Aeledfyr
2020-10-26 21:21:43 -05:00
committed by GitHub
parent 42b568952e
commit 6084bb15cf
4 changed files with 25 additions and 24 deletions

View File

@@ -222,12 +222,12 @@ export default {
{
hid: 'apple-mobile-web-app-title',
name: 'apple-mobile-web-app-title',
content: this.mod.title + ' - Modrinth',
content: this.mod.title,
},
{
hid: 'og:site_name',
name: 'og:site_name',
content: this.mod.title + ' - Modrinth',
hid: 'og:title',
name: 'og:title',
content: this.mod.title,
},
{
hid: 'og:url',