diff --git a/archetypes/blog/index.md b/archetypes/blog/index.md index 855101b..2c87008 100644 --- a/archetypes/blog/index.md +++ b/archetypes/blog/index.md @@ -1,7 +1,7 @@ --- title: {{ replace .Name "-" " " | humanize }} -date: {{ .Date | time.Format "2006-01-02" }} +date: {{ .Date }} toc: true comments: true draft: true diff --git a/theme.toml b/theme.toml index 0e7965a..44355e4 100644 --- a/theme.toml +++ b/theme.toml @@ -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"