fix previous commit - whitespace weirdness

This commit is contained in:
towards-a-new-leftypol 2024-02-11 15:19:24 -05:00
parent 5b0991c7e9
commit 477adbeaa7
1 changed files with 1 additions and 3 deletions

View File

@ -50,9 +50,7 @@
</div> </div>
<br></br> <br></br>
<div class="threads"> <div class="threads">
<div id="Grid"> <div id="Grid">{% for post in recent_posts %}<div class="mix"
{% for post in recent_posts %}
<div class="mix"
data-reply="{{ post.replies }}" data-reply="{{ post.replies }}"
data-bump="{{ post.bump }}" data-bump="{{ post.bump }}"
data-time="{{ post.time }}" data-time="{{ post.time }}"