Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Coppin committed Mar 6, 2024
1 parent c3f41d3 commit 61647bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | d

{% assign entries_layout = page.entries_layout | default: 'list' %}
<div class="entries-{{ entries_layout }}">
<!-- Supprimez cette section pour retirer la mention des posts -->
{% for post in posts %}
{% include archive-single.html type=entries_layout %}
{% endfor %}
</div>

{% include paginator.html %}

{% capture homepage_content %}{% include_relative ../_pages/home.md %}{% endcapture %}
{{ homepage_content | markdownify }}

0 comments on commit 61647bd

Please sign in to comment.