修改分页导航字符

This commit is contained in:
结发受长生 2020-03-15 08:51:08 +08:00
parent 887b74dbcf
commit e94887687a

View File

@ -21,8 +21,8 @@
if (page.total > 1){ %> if (page.total > 1){ %>
<nav id="page-nav"> <nav id="page-nav">
<%- paginator({ <%- paginator({
prev_text: '&laquo; '+__('prev'), prev_text: '< '+__('prev'),
next_text: __('next')+' &raquo;' next_text: __('next')+' >'
}) %> }) %>
</nav> </nav>
<% } %> <% } %>