Updates archetypes to fix warnings when creating new content

This commit is contained in:
Josh Johnson 2017-11-05 10:47:38 -05:00
parent 176ed10fe9
commit 0edc6541d0
No known key found for this signature in database
GPG key ID: 93E0C66B0988E48B
3 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,4 @@
+++ +++
title = "" title = "{{ replace .TranslationBaseName "-" " " | title }}"
description = "" date = "{{ .Date }}"
+++ +++

View file

@ -1,3 +1,4 @@
+++ +++
date = "" title = "{{ .Date }}"
date = "{{ .Date }}"
+++ +++

View file

@ -1,5 +1,6 @@
+++ +++
date = "" title = "{{ replace .TranslationBaseName "-" " " | title }}"
title = "" date = "{{ .Date }}"
location = "" location = "<Enter Location, (e.g. NYC)>"
camera = "<Enter Camera, (e.g. iPhone X)>"
+++ +++