Update date format in archetype

This commit is contained in:
BBaoVanC 2021-10-10 17:32:06 -05:00
parent f0cddf7e42
commit a22e557ac4
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
date = "{{ .Date | time.Format "2006-01-02" }}"
toc = true
draft = true