fix: 分类和标签页不显示分页器 (#291)
This commit is contained in:
parent
3bdf2d2259
commit
eaa288ec99
|
@ -1,4 +1,4 @@
|
|||
<% if (is_home() && page.total > 1) { %>
|
||||
<% if ((is_home() || is_category() || is_tag()) && page.total > 1) { %>
|
||||
<div class='paginator-wrap dis-select'>
|
||||
<%- paginator({
|
||||
prev_text: '',
|
||||
|
|
Loading…
Reference in New Issue