diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index d72494da1a..715b39fd24 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -95,6 +95,7 @@ + {% block html_head_extra -%}{%- endblock %} diff --git a/bskyweb/templates/home.html b/bskyweb/templates/home.html index 9e5c670a26..0e148b37ea 100644 --- a/bskyweb/templates/home.html +++ b/bskyweb/templates/home.html @@ -17,7 +17,6 @@ - {%- endblock %} diff --git a/bskyweb/templates/post.html b/bskyweb/templates/post.html index 1f3f6da4e6..6473bc284f 100644 --- a/bskyweb/templates/post.html +++ b/bskyweb/templates/post.html @@ -24,15 +24,18 @@ {%- if postText %} + {% endif -%} {%- if imgThumbUrls %} {% for imgThumbUrl in imgThumbUrls %} + {% endfor %} {%- elif postView.Author.Avatar %} - {# Don't use avatar image in cards; usually looks bad #} + + {% endif %}