Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 387 Bytes

videos.md

File metadata and controls

21 lines (15 loc) · 387 Bytes
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>