mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Use default ISO seconds formatting for blog archetype
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
title: {{ replace .Name "-" " " | humanize }}
|
||||
date: {{ .Date | time.Format "2006-01-02" }}
|
||||
date: {{ .Date }}
|
||||
toc: true
|
||||
comments: true
|
||||
draft: true
|
||||
|
Reference in New Issue
Block a user