layout | title | permalink |
---|---|---|
display |
Videos |
/videos/ |
{% include header.html %}
{% for post in site.categories['video'] limit:24 %}
<div class="sm-col sm-col-4">
{% include video-thumbnail.html %}
</div>
{% endfor %}
</div>