feat(pagination): 适配手机端分页
parent
f31fc234e6
commit
f297979044
@ -1,4 +1,4 @@
|
||||
+++
|
||||
paginate_by = 10
|
||||
paginate_by = 7
|
||||
sort_by = "date"
|
||||
+++
|
||||
|
@ -1,7 +1,7 @@
|
||||
+++
|
||||
path = "posts"
|
||||
title = "Posts"
|
||||
paginate_by = 10
|
||||
paginate_by = 7
|
||||
template = "posts.html"
|
||||
transparent = true
|
||||
sort_by = "date"
|
||||
|
Loading…
Reference in New Issue