fix(sections): date is not a valid toml field for content indices
This commit is contained in:
		@@ -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"
 | 
			
		||||
+++
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user