Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html - github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14f32df9ce4b835d00b85ca5a47c25f30acc283a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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>