Change date format in archetypes #4

This commit is contained in:
koirand 2019-03-23 17:28:56 +09:00
parent cf1592ff03
commit 99ff483afe

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: []
---