How can hexo order by created time -
i'm using hexo create blog. posts reordered each time change content of 1 of them, modified time. bothers me want posts ordered create time. hints welcome.
i faced same problem yours. turned out create date updated somehow hexo whenever update it.
but if set date
tag in article description, hexo keep it.
here example:
--- title: title tags: - tag - tag - tag categories: - category date: 2017-08-21 21:30:00 ---
Comments
Post a Comment