From 358602edde8926aa559cc577b4a5380fbbb5db1d Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Tue, 24 Apr 2018 12:40:33 -0400 Subject: [PATCH] Added (non-functional) thread link and pagination --- brutaldon/templates/main/timeline.html | 18 ++++++++++++++++++ brutaldon/templates/main/toot_partial.html | 9 +++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) 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