_layouts/home.html (13 lines of code) (raw):
---
layout: archive
---
{% if paginator.page == 1 %}
<div class="home-content">
{{ content | markdownify }}
</div>
{% endif %}
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}