Add better defaults to posts archetype
This commit is contained in:
parent
5702056aa8
commit
bf6e6d4c27
@ -1,11 +1,12 @@
|
||||
{
|
||||
"title": "",
|
||||
"date": "",
|
||||
"title": "{{ replace .TranslationBaseName "-" " " | title }}",
|
||||
"date": "{{ .Date }}",
|
||||
"author": "",
|
||||
"authorTwitter": "",
|
||||
"cover": "",
|
||||
"tags": ["", ""],
|
||||
"keywords": ["", ""],
|
||||
"tags": [""],
|
||||
"keywords": [""],
|
||||
"description": "",
|
||||
"showFullContent": false,
|
||||
"draft": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user