fix(sections): date is not a valid toml field for content indices
This commit is contained in:
parent
fa6c54ccef
commit
60a7ff2b0a
@ -1,7 +1,6 @@
|
||||
+++
|
||||
title = "Home"
|
||||
template = "index.html"
|
||||
date = 2023-11-01
|
||||
sort_by = "weight"
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title = "Research"
|
||||
date = 2023-11-01
|
||||
weight = 10
|
||||
+++
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
+++
|
||||
title="Teaching"
|
||||
date = 2023-11-01
|
||||
weight = 30
|
||||
sort_by = "date"
|
||||
+++
|
||||
|
Loading…
Reference in New Issue
Block a user