feat(pagination): 适配手机端分页

master
JimZhang 2 years ago
parent f31fc234e6
commit f297979044

@ -1,4 +1,4 @@
+++ +++
paginate_by = 10 paginate_by = 7
sort_by = "date" sort_by = "date"
+++ +++

@ -1,7 +1,7 @@
+++ +++
path = "posts" path = "posts"
title = "Posts" title = "Posts"
paginate_by = 10 paginate_by = 7
template = "posts.html" template = "posts.html"
transparent = true transparent = true
sort_by = "date" sort_by = "date"

Loading…
Cancel
Save