fix previous commit 3

This commit is contained in:
towards-a-new-leftypol 2024-02-11 15:17:37 -05:00
parent 693697eac6
commit 5b0991c7e9
1 changed files with 3 additions and 4 deletions

View File

@ -59,7 +59,8 @@
data-id="{{ post.id }}" data-id="{{ post.id }}"
data-sticky="{% if post.sticky %}true{% else %}false{% endif %}" data-sticky="{% if post.sticky %}true{% else %}false{% endif %}"
data-locked="{% if post.locked %}true{% else %}false{% endif %}" data-locked="{% if post.locked %}true{% else %}false{% endif %}"
><div class="thread grid-li grid-size-small"> >
<div class="thread grid-li grid-size-small">
<a href="{{post.link}}"> <a href="{{post.link}}">
{% if post.youtube %} {% if post.youtube %}
<img src="/vi/{{ post.youtube }}/0.jpg" <img src="/vi/{{ post.youtube }}/0.jpg"
@ -85,9 +86,7 @@
{{ post.body }} {{ post.body }}
</div> </div>
</div> </div>
</div> </div>{% endfor %}</div>
{% endfor %}
</div>
</div> </div>
<hr/> <hr/>