parent
3044b66a6e
commit
ce8ae5abff
5 changed files with 78 additions and 68 deletions
@ -1,8 +1,13 @@ |
||||
--- |
||||
title: "{{ replace .Name "-" " " | title }}" |
||||
date: {{ .Date }} |
||||
draft: true |
||||
comments: false |
||||
images: |
||||
--- |
||||
|
||||
+++ |
||||
author = "Maik de Kruif" |
||||
title = "{{ replace .Name "-" " " | title }}" |
||||
date = {{ .Date }} |
||||
description = "" |
||||
images = [] |
||||
tags = [ |
||||
"untagged", |
||||
] |
||||
categories = [ |
||||
"uncategorized", |
||||
] |
||||
+++ |
||||
|
@ -1,10 +1,13 @@ |
||||
--- |
||||
title: "{{ replace .Name "-" " " | title }}" |
||||
date: {{ .Date }} |
||||
draft: true |
||||
toc: false |
||||
images: |
||||
tags: |
||||
- untagged |
||||
--- |
||||
|
||||
+++ |
||||
author = "Maik de Kruif" |
||||
title = "{{ replace .Name "-" " " | title }}" |
||||
date = {{ .Date }} |
||||
description = "" |
||||
images = [] |
||||
tags = [ |
||||
"untagged", |
||||
] |
||||
categories = [ |
||||
"uncategorized", |
||||
] |
||||
+++ |
||||
|
Loading…
Reference in new issue