diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 8a6c3ec5..6c81f07f 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -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 %}" - >
+ > +
{% if post.youtube %}
-
- {% endfor %} - + {% endfor %}