From c57524bbee5e74355259f909e01d61e7f917f0af Mon Sep 17 00:00:00 2001 From: Max-Coppin <147694216+Max-Coppin@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:20:37 +0100 Subject: [PATCH] Update home.html --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index f3e016b..7c2d95b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -22,6 +22,6 @@

{{ 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 }}