fix previous commit 3
This commit is contained in:
parent
693697eac6
commit
5b0991c7e9
|
@ -59,7 +59,8 @@
|
|||
data-id="{{ post.id }}"
|
||||
data-sticky="{% if post.sticky %}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}}">
|
||||
{% if post.youtube %}
|
||||
<img src="/vi/{{ post.youtube }}/0.jpg"
|
||||
|
@ -85,9 +86,7 @@
|
|||
{{ post.body }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>{% endfor %}</div>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
|
Loading…
Reference in New Issue