Skip to content

Commit

Permalink
remove posts from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
vallss committed Nov 24, 2024
1 parent 351e8a8 commit e430635
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,3 @@
---

{{ content }}

<!-- <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3> -->

{% if paginator %}
{% assign posts = paginator.posts %}
{% else %}
{% assign posts = site.posts %}
{% endif %}

{% assign entries_layout = page.entries_layout | default: 'list' %}
<div class="entries-{{ entries_layout }}">
{% for post in posts %}
{% include archive-single.html type=entries_layout %}
{% endfor %}
</div>

{% include paginator.html %}

0 comments on commit e430635

Please sign in to comment.