bootstrap-expo/index.html

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

---
layout: default
2014-02-03 11:25:23 +04:00
title: "Home"
---
2014-02-03 11:25:23 +04:00
{% for post in paginator.posts %}
2014-02-03 13:31:05 +04:00
{% unless post.categories contains 'resources' %}
2014-02-03 11:25:23 +04:00
<div class="entry">
<a class="entry-thumb" href="{{ post.source }}" title="Visit {{ post.title }}">
2013-07-21 10:05:57 +04:00
{{ post.content }}
2014-02-03 11:25:23 +04:00
<span class="icon icon-forward entry-icon"></span>
</a>
<div class="entry-content">
<h2 class="entry-title">
<a href="{{ post.url }}">{{ post.title }}</a>
</h2>
<p class="entry-date">{{ post.date | date: "%B %-d %Y" }}</p>
2013-07-21 10:05:57 +04:00
</div>
2014-02-03 11:25:23 +04:00
</div>
{% endunless %}
{% endfor %}
{% include pagination.html %}