Merge pull request #12 from koirand/archetypes

Change date format in archetypes
Close #4
This commit is contained in:
Kazuki Koide 2019-03-23 17:29:26 +09:00 committed by GitHub
commit 2ea0f32ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ dateFormat "2006-01-02" .Date }}
date: {{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}
draft: true
images: []
---