基于 Jekyll 的博客中显示的错误日期
Wrong dates shown in Jekyll-based blog
我已经在 my blog in the past two days. As you can see, both are dated Nov 1, 2017. I correctly named the files with their respective dates as you can see in the github repofor this blog 上发布了两个帖子。这里发生了什么?为什么帖子显示错误的日期?
您在 YML 中有以下日期:
2017-10-20 0800:00:00 -0600
这应该是:
2017-10-20 08:00:00 -0600
(第一个冒号前面有太多零)
我已经在 my blog in the past two days. As you can see, both are dated Nov 1, 2017. I correctly named the files with their respective dates as you can see in the github repofor this blog 上发布了两个帖子。这里发生了什么?为什么帖子显示错误的日期?
您在 YML 中有以下日期:
2017-10-20 0800:00:00 -0600
这应该是:
2017-10-20 08:00:00 -0600
(第一个冒号前面有太多零)