diff --git a/_layouts/home.html b/_layouts/home.html index 5659b14..02e96eb 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -14,13 +14,9 @@

{{ site.data.ui-text[site.locale].recent_posts | d {% assign entries_layout = page.entries_layout | default: 'list' %}
- {% for post in posts %} {% include archive-single.html type=entries_layout %} {% endfor %}
{% include paginator.html %} - -{% capture homepage_content %}{% include_relative ../_pages/home.md %}{% endcapture %} -{{ homepage_content | markdownify }}