Updates archetypes to fix warnings when creating new content
This commit is contained in:
parent
176ed10fe9
commit
0edc6541d0
3 changed files with 9 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
+++
|
||||
title = ""
|
||||
description = ""
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
+++
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
+++
|
||||
date = ""
|
||||
+++
|
||||
title = "{{ .Date }}"
|
||||
date = "{{ .Date }}"
|
||||
+++
|
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
date = ""
|
||||
title = ""
|
||||
location = ""
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
location = "<Enter Location, (e.g. NYC)>"
|
||||
camera = "<Enter Camera, (e.g. iPhone X)>"
|
||||
+++
|
||||
|
|
Loading…
Add table
Reference in a new issue