Changing frontmatter back to TOML per #127

This commit is contained in:
Nick Dumas 2020-04-09 13:17:09 -04:00
parent 1dc1af35cc
commit 7c4c72f310

View File

@ -1,11 +1,11 @@
--- +++
title: "{{ replace .Name "-" " " | title }}" title = "{{ replace .Name "-" " " | title }}"
date: "{{ .Date }}" date = "{{ .Date }}"
draft: true draft = true
author: '{{ index .Site.Author "name" }}' author = '{{ index .Site.Author "name" }}'
cover: "" cover = ""
tags: ["", ""] tags = ["", ""]
keywords: ["", ""] keywords = ["", ""]
description: "" description = ""
showFullContent : false showFullContent = false
--- +++