MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

最新修改的文章如何显示到博客最前面 #104

Closed jp1017 closed 8 years ago

jp1017 commented 8 years ago

最新修改的文章如何显示到博客最前面呢?

默认是根据创建时间,该如何修改下?

MOxFIVE commented 8 years ago

置顶:http://www.netcan666.com/2015/11/22/解决Hexo置顶问题/ 按更新时间排序:改一下上面文章里的代码 a.date, b.date 分别改为 a.updated, b.updated

jp1017 commented 8 years ago

@MOxFIVE 完美解决,非常感谢 :+1: :smile:

stevenjoezhang commented 4 years ago

Hexo 已实现文章置顶参数: hexojs/hexo-generator-index#51