Tweak default front-matter.
None of the variables were being filled out, which wasn't great. Now we have sane defaults!
This commit is contained in:
parent
0dc364f3e2
commit
1dc1af35cc
@ -1,10 +1,11 @@
|
|||||||
+++
|
---
|
||||||
title = ""
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date = ""
|
date: "{{ .Date }}"
|
||||||
author = ""
|
draft: true
|
||||||
cover = ""
|
author: '{{ index .Site.Author "name" }}'
|
||||||
tags = ["", ""]
|
cover: ""
|
||||||
keywords = ["", ""]
|
tags: ["", ""]
|
||||||
description = ""
|
keywords: ["", ""]
|
||||||
showFullContent = false
|
description: ""
|
||||||
+++
|
showFullContent : false
|
||||||
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user