2013-03-04 06:26:53 +04:00
|
|
|
---
|
|
|
|
layout: default
|
2014-02-03 11:25:23 +04:00
|
|
|
title: "Home"
|
2013-03-04 06:26:53 +04:00
|
|
|
---
|
|
|
|
|
2014-02-03 11:25:23 +04:00
|
|
|
{% for post in paginator.posts %}
|
|
|
|
<div class="entry">
|
2014-02-05 23:09:42 +04:00
|
|
|
<a class="entry-thumb" href="{{ post.source }}" title="Visit {{ post.title }}" target="_blank">
|
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>
|
2014-03-08 01:10:44 +04:00
|
|
|
<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>
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% include pagination.html %}
|