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 c57524b commit 4b01760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | d
{% include paginator.html %}


{% capture homepage_content %}{% include /_pages/home.md %}{% endcapture %}
{% capture homepage_path %}{{/Users/maxcoppin/Documents/GitHub/Site/Site_perso}}/_pages/home.md{% endcapture%}
{% capture homepage_content %}{% include {{ /Users/maxcoppin/Documents/GitHub/Site/Site_perso/_pages}} %}{% endcapture %}
{{ homepage_content | markdownify }}

0 comments on commit 4b01760

Please sign in to comment.