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:
parent
904dadfc2b
commit
c59013c6f6
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user