diff options
Diffstat (limited to 'bskyweb/templates/home.html')
-rw-r--r-- | bskyweb/templates/home.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html index 0677b9157..7beea49d9 100644 --- a/bskyweb/templates/home.html +++ b/bskyweb/templates/home.html @@ -3,13 +3,13 @@ {% block head_title %}Bluesky{% endblock %} {% block html_head_extra -%} - <meta name="description" content="See what's next."/> - <meta property="og:type" content="website"/> - <meta property="og:title" content="Bluesky Social"/> - <meta property="og:description" content="See what's next."/> - <meta property="og:image" content="/static/social-card-default.png"/> - <meta name="twitter:card" content="summary"/> - <meta name="twitter:site" content="@bluesky"/> + <meta name="description" content="See what's next."> + <meta property="og:type" content="website"> + <meta property="og:title" content="Bluesky Social"> + <meta property="og:description" content="See what's next."> + <meta property="og:image" content="/static/social-card-default.png"> + <meta name="twitter:card" content="summary"> + <meta name="twitter:site" content="@bluesky"> {%- endblock %} {% block noscript_extra %} |