This commit is contained in:
parent
e20c15e490
commit
fe6fab6f1e
|
@ -2,7 +2,7 @@
|
|||
categories: article
|
||||
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||
date: '{{ .Date }}'
|
||||
draft: true
|
||||
draft: false
|
||||
authors:
|
||||
- your name
|
||||
# tags:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
draft: false
|
||||
---
|
||||
|
|
|
@ -3,7 +3,7 @@ categories: event
|
|||
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
|
||||
date: '{{ .Date }}' # date of the event
|
||||
publishDate: '{{ .Date }}' # when to publish
|
||||
draft: true
|
||||
draft: false
|
||||
location: Z9
|
||||
authors:
|
||||
- your name
|
||||
|
|
Loading…
Reference in a new issue