mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Update date format in archetype
This commit is contained in:
parent
f0cddf7e42
commit
a22e557ac4
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .Name "-" " " | title }}"
|
title = "{{ replace .Name "-" " " | title }}"
|
||||||
date = "{{ .Date }}"
|
date = "{{ .Date | time.Format "2006-01-02" }}"
|
||||||
toc = true
|
toc = true
|
||||||
draft = true
|
draft = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user