bootstrap-expo/index.html

20 строки
423 B
HTML
Исходник Обычный вид История

---
layout: default
2013-03-04 07:23:24 +04:00
title: "Bootstrap Expo"
---
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 %}
</div>