--- title: Safing Blog layout: page ---

Blog

    {% assign sorted_blogs = site.medias | reverse | where:"category","blog" %} {% for post in sorted_blogs %} {% include thumbnail_blog.html %} {% endfor %}