diff options
Diffstat (limited to 'profile/index.php')
-rw-r--r-- | profile/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile/index.php b/profile/index.php index 1fb6ac3..2005b5f 100644 --- a/profile/index.php +++ b/profile/index.php @@ -164,7 +164,6 @@ function allowed(string $item): bool { <meta property="og:type" content="profile" /> <meta property="og:title" content="<?= $available ? $userProfile['name'] . " (@" . $userProfile["login"] . ") on Mist" : "Mist" ?>" /> <meta property="og:description" content="<?= $available ? "View " . $userProfile['name'] . "'s profile on Mist, including their favorite songs, listening history, and album library." : "Mist" ?>" /> - <meta property="og:url" content="https://html.sammy-codes.com/" /> <meta property="og:image" content="<?= $available ? "https://account.equestria.dev/hub/api/rest/avatar/" . $userProfile["id"] . "?dpr=2&size=64" : '' ?>" /> </head> |