diff --git a/bskyweb/cmd/bskyweb/formating.go b/bskyweb/cmd/bskyweb/formating.go index 023ba3f5..edd085ce 100644 --- a/bskyweb/cmd/bskyweb/formating.go +++ b/bskyweb/cmd/bskyweb/formating.go @@ -51,7 +51,7 @@ func ExpandPostText(post *appbsky.FeedPost) string { } // TODO: could embed the actual post text? if post.Embed != nil && (post.Embed.EmbedRecord != nil || post.Embed.EmbedRecordWithMedia != nil) { - postText = fmt.Sprintf("%s\n\n[contains quote post or other embeded content]", postText) + postText = fmt.Sprintf("%s\n\n[contains quote post or other embedded content]", postText) } return postText } diff --git a/bskyweb/static/safari-pinned-tab.svg b/bskyweb/static/safari-pinned-tab.svg new file mode 100644 index 00000000..279d7b4b --- /dev/null +++ b/bskyweb/static/safari-pinned-tab.svg @@ -0,0 +1,33 @@ + + + diff --git a/bskyweb/static/social-card-default-gradient.png b/bskyweb/static/social-card-default-gradient.png new file mode 100644 index 00000000..ba46e21f Binary files /dev/null and b/bskyweb/static/social-card-default-gradient.png differ diff --git a/bskyweb/static/social-card-default.png b/bskyweb/static/social-card-default.png index 00a85b8c..848deab3 100644 Binary files a/bskyweb/static/social-card-default.png and b/bskyweb/static/social-card-default.png differ diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 1f25743a..e2f563c3 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -205,9 +205,13 @@ - {% block html_head_extra -%}{%- endblock %} + + + + + {% block html_head_extra -%}{%- endblock %}
{%- block body_all %} diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html index e06b3a4b..5d3fbad8 100644 --- a/bskyweb/templates/home.html +++ b/bskyweb/templates/home.html @@ -3,14 +3,21 @@ {% block head_title %}Bluesky{% endblock %} {% block html_head_extra -%} - - - - - - - - + + + + + + + + + + + + + + + {%- endblock %} {% block noscript_extra %} diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index b6688e35..af6b768b 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -10,7 +10,6 @@ {% block html_head_extra -%} {%- if postView -%} - {%- if requestURI %}