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> <h1>
Thread Thread
</h1> </h1>
<hr>
{% include "main/toot_partial.html" with toot=root %} {% include "main/toot_partial.html" with toot=root %}
<hr>
{% for descendant in descendants %} {% for descendant in descendants %}
{% if descendant == toot %} {% if descendant == toot %}
{% include "main/toot_partial.html" with toot=toot active=True %} {% include "main/toot_partial.html" with toot=toot active=True %}
{% else %} {% else %}
{% include "main/toot_partial.html" with toot=descendant %} {% include "main/toot_partial.html" with toot=descendant %}
{% endif %} {% endif %}
<hr > <hr>
{% endfor %} {% endfor %}
{% if not preferences.no_javascript %} {% if not preferences.no_javascript %}