diff options
author | Eric Bailey <git@esb.lol> | 2024-02-06 20:52:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 18:52:04 -0800 |
commit | 541eb8ded120007b54efb4c2eb67363d6199fb8c (patch) | |
tree | 21ffb86ec4a1dbce635985eeaad46b00a1f813c2 /bskyweb/templates/post.html | |
parent | 29b31b7739db3ffe1512a966fded4e5f2a69b932 (diff) | |
download | voidsky-541eb8ded120007b54efb4c2eb67363d6199fb8c.tar.zst |
Update open graph data (#2760)
* Update open graph data * Format * Fix typo
Diffstat (limited to 'bskyweb/templates/post.html')
-rw-r--r-- | bskyweb/templates/post.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index b6688e35b..af6b768b3 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -10,7 +10,6 @@ {% block html_head_extra -%} {%- if postView -%} - <meta property="og:site_name" content="Bluesky Social"> <meta property="og:type" content="article"> <meta property="profile:username" content="{{ profileView.Handle }}"> {%- if requestURI %} |