From e116ee59778aed2d2f751b1c29bbea6e74947276 Mon Sep 17 00:00:00 2001 From: Alexis Horgix Chotard Date: Wed, 24 Jul 2024 04:50:15 +0200 Subject: [PATCH] fix(content): remove `path` frontmatter on section as per Zola 0.19 breaking changes --- content/blog/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/blog/_index.md b/content/blog/_index.md index a04d3f5..04b2745 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,5 @@ +++ paginate_by = 15 -path = "blog" title = "All blog posts" sort_by = "date" page_template = "blog-page.html"