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