···5151 }
5252 // TODO: could embed the actual post text?
5353 if post.Embed != nil && (post.Embed.EmbedRecord != nil || post.Embed.EmbedRecordWithMedia != nil) {
5454- postText = fmt.Sprintf("%s\n\n[contains quote post or other embeded content]", postText)
5454+ postText = fmt.Sprintf("%s\n\n[contains quote post or other embedded content]", postText)
5555 }
5656 return postText
5757}
···33{% block head_title %}Bluesky{% endblock %}
4455{% block html_head_extra -%}
66- <meta name="description" content="See what's next.">
77- <meta property="og:type" content="website">
88- <meta property="og:title" content="Bluesky Social">
99- <meta property="og:description" content="See what's next.">
1010- <meta property="og:image" content="/static/social-card-default.png">
1111- <meta property="og:site_name" content="Bluesky Social">
1212- <meta name="twitter:card" content="summary">
1313- <meta name="twitter:site" content="@bluesky">
66+ <meta property="og:title" content="Bluesky" />
77+ <meta name="twitter:title" content="Bluesky" />
88+99+ <meta name="description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />
1010+ <meta name="og:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />
1111+ <meta name="twitter:description" content="Social media as it should be. Find your community among millions of users, unleash your creativity, and have some fun again." />
1212+1313+ <meta property="og:url" content="https://bsky.app" />
1414+ <meta name="twitter:url" content="https://bsky.app" />
1515+1616+ <meta property="og:image" content="https://bsky.app/static/social-card-default-gradient.png" />
1717+ <meta property="twitter:image" content="https://bsky.app/static/social-card-default-gradient.png" />
1818+1919+ <meta name="twitter:site" content="@bluesky" />
2020+ <meta name="twitter:card" content="summary_large_image" />
1421{%- endblock %}
15221623{% block noscript_extra %}