diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index 4361545..094e8b1 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -15,4 +15,22 @@ {% endif %} {% endfor %} + + {% endblock %} diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 4668a8b..4424e1b 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -18,7 +18,9 @@

{{ toot.account.display_name }} @{{ toot.account.acct }} - {{ toot.created_at |naturaltime }} + + {{ toot.created_at |naturaltime }} + {% if reblog %}
Boosted by @{{ reblog_by }} @@ -77,8 +79,11 @@

- + {{ toot.visibility }} + + + thread