fix previous commit2

This commit is contained in:
towards-a-new-leftypol 2024-02-11 15:15:48 -05:00
parent 4166b249a1
commit 693697eac6
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@
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"