summaryrefslogtreecommitdiff
path: root/profile/index.php
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-11-12 22:15:51 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-11-12 22:15:51 +0100
commitca4588f1b8200ef93e1614f2274a960bbb9fd53e (patch)
tree9a363db45504157f0e5a54fe5b894cd2781f5d62 /profile/index.php
parente3aa7eafa663ab94c77695c3e0f2fe88874480ad (diff)
downloadmist-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.php1
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>