2013-03-04 06:26:53 +04:00
|
|
|
---
|
|
|
|
layout: default
|
2013-03-04 07:23:24 +04:00
|
|
|
title: "Bootstrap Expo"
|
2013-03-04 06:26:53 +04:00
|
|
|
---
|
|
|
|
|
2014-02-02 05:58:51 +04:00
|
|
|
<div class="row listing">
|
2013-07-21 10:05:57 +04:00
|
|
|
{% for post in paginator.posts %}
|
2014-02-02 05:58:51 +04:00
|
|
|
<div class="col-sm-4" href="{{ post.url }}">
|
2013-07-21 10:05:57 +04:00
|
|
|
{{ post.content }}
|
2014-02-02 05:58:51 +04:00
|
|
|
|
|
|
|
<span class="thumbnail-content">
|
|
|
|
<h4 class="thumbnail-title">
|
|
|
|
{{ post.title }}
|
|
|
|
</h4>
|
|
|
|
<span class="thumb-date">{{ post.date | date_to_string }}</span>
|
|
|
|
</span>
|
2013-07-21 10:05:57 +04:00
|
|
|
</div>
|
|
|
|
{% endfor %}
|
2013-03-04 06:26:53 +04:00
|
|
|
</div>
|