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 7e67c63 commit c57524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _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_content %}{% include /_pages/home.md %}{% endcapture %}
{{ homepage_content | markdownify }}

0 comments on commit c57524b

Please sign in to comment.