corrected default front matter to use YAML
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
+++
|
---
|
||||||
date = '{{ .Date }}'
|
date: '{{ .Date }}'
|
||||||
draft = true
|
draft: true
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
+++
|
---
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
date: '2026-07-28T17:58:42+01:00'
|
||||||
|
draft: true
|
||||||
|
title: 'Podcastsjul2026'
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user