about summary refs log tree commit diff
path: root/bskyweb/templates/base.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/base.html
parent29b31b7739db3ffe1512a966fded4e5f2a69b932 (diff)
downloadvoidsky-541eb8ded120007b54efb4c2eb67363d6199fb8c.tar.zst
Update open graph data (#2760)
* Update open graph data

* Format

* Fix typo
Diffstat (limited to 'bskyweb/templates/base.html')
-rw-r--r--bskyweb/templates/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index 1f25743aa..e2f563c36 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -205,9 +205,13 @@
   <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
   <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
   <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
-  {% block html_head_extra -%}{%- endblock %}
+  <link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#1185fe">
+  <meta name="theme-color" content="#ffffff">
   <meta name="application-name" content="Bluesky">
   <meta name="generator" content="bskyweb">
+  <meta property="og:site_name" content="Bluesky Social" />
+
+  {% block html_head_extra -%}{%- endblock %}
 </head>
 <body>
 {%- block body_all %}