Changing frontmatter back to TOML per #127
This commit is contained in:
parent
1dc1af35cc
commit
7c4c72f310
@ -1,11 +1,11 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: "{{ .Date }}"
|
||||
draft: true
|
||||
author: '{{ index .Site.Author "name" }}'
|
||||
cover: ""
|
||||
tags: ["", ""]
|
||||
keywords: ["", ""]
|
||||
description: ""
|
||||
showFullContent : false
|
||||
---
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
draft = true
|
||||
author = '{{ index .Site.Author "name" }}'
|
||||
cover = ""
|
||||
tags = ["", ""]
|
||||
keywords = ["", ""]
|
||||
description = ""
|
||||
showFullContent = false
|
||||
+++
|
||||
|
Loading…
x
Reference in New Issue
Block a user