That's just a transformation for the repeater you use to list all the blogs.
Something like this for bootstrap responsive design:
<div class="col-md-3">
<img src="thumb.png" />
<a href="{% GetDocumentURL %}">{% DocumentName %}</a>
code for the author
</div>