fix(sections): date is not a valid toml field for content indices

This commit is contained in:
2024-10-16 10:10:25 +02:00
parent fa6c54ccef
commit 60a7ff2b0a
3 changed files with 0 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
+++ +++
title = "Home" title = "Home"
template = "index.html" template = "index.html"
date = 2023-11-01
sort_by = "weight" sort_by = "weight"
+++ +++

View File

@@ -1,6 +1,5 @@
+++ +++
title = "Research" title = "Research"
date = 2023-11-01
weight = 10 weight = 10
+++ +++

View File

@@ -1,6 +1,5 @@
+++ +++
title="Teaching" title="Teaching"
date = 2023-11-01
weight = 30 weight = 30
sort_by = "date" sort_by = "date"
+++ +++