1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

adding <hr> to improve readability

This commit is contained in:
Dorian Wood 2024-04-25 10:29:35 -04:00
parent 904dadfc2b
commit c59013c6f6

View File

@ -18,14 +18,16 @@ mastodon.status_context(<numerical id>)
<h1>
Thread
</h1>
<hr>
{% include "main/toot_partial.html" with toot=root %}
<hr>
{% for descendant in descendants %}
{% if descendant == toot %}
{% include "main/toot_partial.html" with toot=toot active=True %}
{% else %}
{% include "main/toot_partial.html" with toot=descendant %}
{% endif %}
<hr >
<hr>
{% endfor %}
{% if not preferences.no_javascript %}