about summary refs log tree commit diff
path: root/bskyweb/templates/post.html
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-02-06 20:52:04 -0600
committerGitHub <noreply@github.com>2024-02-06 18:52:04 -0800
commit541eb8ded120007b54efb4c2eb67363d6199fb8c (patch)
tree21ffb86ec4a1dbce635985eeaad46b00a1f813c2 /bskyweb/templates/post.html
parent29b31b7739db3ffe1512a966fded4e5f2a69b932 (diff)
downloadvoidsky-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.html1
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 %}