fix previous commit - whitespace weirdness
This commit is contained in:
parent
5b0991c7e9
commit
477adbeaa7
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in New Issue