--- layout: default --- {% include global_variables.html %}
{% if first_page %}

Самое интересное

{% assign main_post = site.posts.first %} {% include post_main.html post=main_post %}
{% endif %} {% if first_page %}
{% include intro.html %}
{% endif %}

Новые посты

{% for post in paginator.posts limit: (per_page - offset) offset: offset %} {% include post_list.html post=post %} {% endfor %}
{% include pagination.html %}
{% include tags_cloud.html %}

{{ site.home_title }}