bskyweb: re-work HTML meta tags, for share cards (#596)
This commit is contained in:
parent
6d9e23b1be
commit
249d166811
4 changed files with 64 additions and 50 deletions
|
@ -2,6 +2,18 @@
|
|||
|
||||
{% block head_title %}Bluesky{% endblock %}
|
||||
|
||||
{% block html_head_extra -%}
|
||||
<meta property="og:title" content="Bluesky Social"/>
|
||||
<meta property="og:description" content="See what's next."/>
|
||||
<meta property="og:type" content="article"/>
|
||||
<meta property="og:image" content="/static/default-social-card.png"/>
|
||||
<meta name="twitter:title" content="Bluesky Social"/>
|
||||
<meta name="twitter:description" content="See what's next."/>
|
||||
<meta name="twitter:image" content="/static/default-social-card.png"/>
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:site" content="@bluesky"/>
|
||||
{%- endblock %}
|
||||
|
||||
{% block noscript_extra %}
|
||||
<p>This is the home page.
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue