diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-11-12 22:15:51 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-11-12 22:15:51 +0100 |
commit | ca4588f1b8200ef93e1614f2274a960bbb9fd53e (patch) | |
tree | 9a363db45504157f0e5a54fe5b894cd2781f5d62 /profile/index.php | |
parent | e3aa7eafa663ab94c77695c3e0f2fe88874480ad (diff) | |
download | mist-ca4588f1b8200ef93e1614f2274a960bbb9fd53e.tar.gz mist-ca4588f1b8200ef93e1614f2274a960bbb9fd53e.tar.bz2 mist-ca4588f1b8200ef93e1614f2274a960bbb9fd53e.zip |
Updated 7 files (automated)
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> |