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"
|
title = "Home"
|
||||||
template = "index.html"
|
template = "index.html"
|
||||||
date = 2023-11-01
|
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Research"
|
title = "Research"
|
||||||
date = 2023-11-01
|
|
||||||
weight = 10
|
weight = 10
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title="Teaching"
|
title="Teaching"
|
||||||
date = 2023-11-01
|
|
||||||
weight = 30
|
weight = 30
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
+++
|
+++
|
||||||
|
Loading…
Reference in New Issue
Block a user