Add better defaults to posts archetype

This commit is contained in:
Dustin L. Dodson 2020-12-07 15:28:25 -08:00
parent 5702056aa8
commit bf6e6d4c27
No known key found for this signature in database
GPG Key ID: E32B3EFE6F5F4672

View File

@ -1,11 +1,12 @@
{ {
"title": "", "title": "{{ replace .TranslationBaseName "-" " " | title }}",
"date": "", "date": "{{ .Date }}",
"author": "", "author": "",
"authorTwitter": "", "authorTwitter": "",
"cover": "", "cover": "",
"tags": ["", ""], "tags": [""],
"keywords": ["", ""], "keywords": [""],
"description": "", "description": "",
"showFullContent": false, "showFullContent": false,
"draft": true
} }