fix: 分类和标签页不显示分页器 (#291)

This commit is contained in:
星日语 2023-05-09 12:19:58 +08:00 committed by GitHub
parent 3bdf2d2259
commit eaa288ec99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'> <div class='paginator-wrap dis-select'>
<%- paginator({ <%- paginator({
prev_text: '', prev_text: '',