Add better defaults to posts archetype
This commit is contained in:
parent
5702056aa8
commit
bf6e6d4c27
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user