This website requires JavaScript.
Explore
Help
Sign In
lianglianglee
/
hexo-theme-keep
mirror of
https://github.com/liangliangle/hexo-theme-keep.git
Watch
1
Star
0
Fork
You've already forked hexo-theme-keep
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
75d18040ef
hexo-theme-keep
/
source
/
js
/
utils.js
5 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
完成首页的文章分页功能
2020-03-15 15:45:38 +08:00
export
const
addClass
=
(
element
,
className
)
=>
{
element
.
classList
.
add
(
className
)
Add: 归档页面按年份分类,完成基础样式
2020-03-17 17:58:18 +08:00
}
;