Use default ISO seconds formatting for blog archetype

This commit is contained in:
BBaoVanC 2021-11-09 20:24:24 -06:00
parent e5e3d62fc4
commit e21c27b9e6
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: {{ replace .Name "-" " " | humanize }} title: {{ replace .Name "-" " " | humanize }}
date: {{ .Date | time.Format "2006-01-02" }} date: {{ .Date }}
toc: true toc: true
comments: true comments: true
draft: true draft: true

View File

@ -8,7 +8,7 @@ description = "Simple Hugo theme for boba.best and bbaovanc.com"
homepage = "https://bbaovanc.com" homepage = "https://bbaovanc.com"
tags = [] tags = []
features = [] features = []
min_version = "0.87.0" min_version = "0.80.0"
[author] [author]
name = "bbaovanc" name = "bbaovanc"