20 строки
454 B
HTML
20 строки
454 B
HTML
---
|
|
layout: default
|
|
title: "Bootstrap Expo"
|
|
---
|
|
|
|
<div class="row bsg-listing">
|
|
<div class="col-sm-4 carbon-ads">
|
|
{% include carbonads.html %}
|
|
</div>
|
|
{% for post in paginator.posts %}
|
|
<div class="col-sm-4">
|
|
{{ post.content }}
|
|
<h4 class="bse-thumb-title">
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
</h4>
|
|
<span class="bse-thumb-date">{{ post.date | date_to_string }}</span>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|