Add aliases tag. Fix date quotes. Move draft tag to the top so it is easy to spot.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
draft: true
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
author: 'Chad Michael "TBD" Greenwood'
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
date: "{{ .Date }}"
|
||||
toc: true
|
||||
images:
|
||||
tags:
|
||||
@@ -17,4 +17,5 @@ categories:
|
||||
- TBD
|
||||
#- recipes
|
||||
#- musings
|
||||
aliases:
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user