diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index 2f8f200..06e500f 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -21,25 +21,38 @@ {% endif %}

Your {{ timeline_name }} timeline

- {% for toot in toots %} - {% if toot.reblog %} - {% include "main/toot_partial.html" with toot=toot.reblog reblog=True reblog_by=toot.account.acct reblog_icon=toot.account.avatar_static %} - {% else %} - {% include "main/toot_partial.html" with toot=toot reblog=False %} - {% endif %} - - {% endfor %} +
+ {% for toot in toots %} + {% if toot.reblog %} + {% include "main/toot_partial.html" with toot=toot.reblog reblog=True reblog_by=toot.account.acct reblog_icon=toot.account.avatar_static %} + {% else %} + {% include "main/toot_partial.html" with toot=toot reblog=False %} + {% endif %} + + {% endfor %} - {% block pagination %} - - {% endblock %} + {% block pagination %} +
+
+ {% if next %} +

+

+ + Older + +

+

+ {% endif %} +
+
+ {% endblock %} +
{% endblock %} {% block page_scripts_inline %}