mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-28 04:41:35 -05:00
Update date format in archetype
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user