Add pre-populated fields to archetype
This commit is contained in:
parent
50f2007f2e
commit
37cc0a7033
|
@ -1,7 +1,11 @@
|
||||||
+++
|
+++
|
||||||
title = ""
|
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date = ""
|
date = {{ .Date }}
|
||||||
tags = []
|
tags = []
|
||||||
featured_image = ""
|
featured_image = ""
|
||||||
description = ""
|
description = ""
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue