diff options
author | Julio Capote <jcapote@gmail.com> | 2018-11-06 22:03:26 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2018-11-06 22:03:26 +0000 |
commit | 3f0363c429b44b62f9bc8ae3933f8f731460e590 (patch) | |
tree | d1077526ea33ba249a93f07a2c952717d98d8c36 /config.toml | |
parent | 25af3b876996f564b710b85b399dc2df16edc804 (diff) | |
download | capotej.com-3f0363c429b44b62f9bc8ae3933f8f731460e590.tar.gz |
use preffered date format
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index b6a7143..8c0b813 100644 --- a/config.toml +++ b/config.toml @@ -73,7 +73,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配 showArchiveCount = false # The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/ - dateFormatToUse = "2006-01-02" + dateFormatToUse = "01-02-2006" # show word count and read time ? # 是否显示字数统计与阅读时间 moreMeta = false |