Add a default author.

This commit is contained in:
2025-11-16 18:47:29 -07:00
parent c2b53e85d2
commit 8d9cee36bf
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
draft: true
title: "{{ replace .Name "-" " " | title }}"
subtitle: ""
author: 'Chad Michael "TBD" Greenwood'
author: authorDefault
date: "{{ .Date }}"
toc: true
images:

View File

@@ -60,6 +60,7 @@ theme = "hello-friend-ng"
authorBug = "Chad Michael \"Bug\" Greenwood"
authorHyperling = "Chad Michael \"Hyperling\" Greenwood"
authorHyperVegan = "Chad Michael \"HyperVegan\" Greenwood"
authorDefault = "Chad Michael Greenwood"
# End My Custom Params #
[taxonomies]