fix(content): remove path frontmatter on section as per Zola 0.19 breaking changes

This commit is contained in:
Alexis Horgix Chotard 2024-07-24 04:50:15 +02:00
parent 6c76523b85
commit e116ee5977

View file

@ -1,6 +1,5 @@
+++ +++
paginate_by = 15 paginate_by = 15
path = "blog"
title = "All blog posts" title = "All blog posts"
sort_by = "date" sort_by = "date"
page_template = "blog-page.html" page_template = "blog-page.html"