wuzheng228 / hexo-pro

MIT License
61 stars 4 forks source link

frontmatter中date日期格式不加单引号导致无法匹配日期 #37

Open xingwangzhe opened 1 week ago

xingwangzhe commented 1 week ago

建议对字符串严格匹配(加单引号)

我使用hexo-next主题,在编辑好文章后,frontmatter中的date格式是

date: 2024-10-29 09:21:27

在我hexo d之后,发现这个最新文章并没有出现在网站首页,但是这篇文章存在于我的网站,在我加了单引号之后(这个应该叫严格匹配模式?)

date: '2024-10-29 09:21:27'

我的文章成功显示在网站首页

xingwangzhe commented 1 week ago

好像没有updated:这个frontmatter,这导致文章只显示最新日期,没有发布日期和更新日期的区别 image