mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 05:15:58 -06:00
Use default ISO seconds formatting for blog archetype
This commit is contained in:
parent
e5e3d62fc4
commit
e21c27b9e6
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
title: {{ replace .Name "-" " " | humanize }}
|
||||
date: {{ .Date | time.Format "2006-01-02" }}
|
||||
date: {{ .Date }}
|
||||
toc: true
|
||||
comments: true
|
||||
draft: true
|
||||
|
@ -8,7 +8,7 @@ description = "Simple Hugo theme for boba.best and bbaovanc.com"
|
||||
homepage = "https://bbaovanc.com"
|
||||
tags = []
|
||||
features = []
|
||||
min_version = "0.87.0"
|
||||
min_version = "0.80.0"
|
||||
|
||||
[author]
|
||||
name = "bbaovanc"
|
||||
|
Loading…
Reference in New Issue
Block a user