Skip to content

Commit

Permalink
home
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Coppin committed Mar 6, 2024
1 parent 61647bd commit 001f630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified _layouts/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | d
</div>

{% include paginator.html %}

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

0 comments on commit 001f630

Please sign in to comment.