Add a default author.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
draft: true
|
draft: true
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
author: 'Chad Michael "TBD" Greenwood'
|
author: authorDefault
|
||||||
date: "{{ .Date }}"
|
date: "{{ .Date }}"
|
||||||
toc: true
|
toc: true
|
||||||
images:
|
images:
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ theme = "hello-friend-ng"
|
|||||||
authorBug = "Chad Michael \"Bug\" Greenwood"
|
authorBug = "Chad Michael \"Bug\" Greenwood"
|
||||||
authorHyperling = "Chad Michael \"Hyperling\" Greenwood"
|
authorHyperling = "Chad Michael \"Hyperling\" Greenwood"
|
||||||
authorHyperVegan = "Chad Michael \"HyperVegan\" Greenwood"
|
authorHyperVegan = "Chad Michael \"HyperVegan\" Greenwood"
|
||||||
|
authorDefault = "Chad Michael Greenwood"
|
||||||
# End My Custom Params #
|
# End My Custom Params #
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
|||||||
Reference in New Issue
Block a user