changed md archetype to use TOML instead of YAML.
This commit is contained in:
		
							parent
							
								
									6e6d7c21c6
								
							
						
					
					
						commit
						74b977fd65
					
				
					 2 changed files with 10 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
---
 | 
			
		||||
title: "{{ replace .Name "-" " " | title }}"
 | 
			
		||||
date: {{ .Date }}
 | 
			
		||||
draft: true
 | 
			
		||||
---
 | 
			
		||||
+++
 | 
			
		||||
title = "{{ replace .Name "-" " " | title }}"
 | 
			
		||||
date = {{ .Date }}
 | 
			
		||||
draft = true
 | 
			
		||||
+++
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue