Skip to content

Commit

Permalink
fix(#20): Solved that the paginator can't show normally
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Oct 26, 2019
1 parent deee00e commit 7d321bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partials/widgets/pagination.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nav.paginator
if !is_post()
- var prev_text = `<i class="${fa_prefix} fa-chevron-left"></i>`
- var next_text = `<i class="${fa_prefix} fa-chevron-right"></i>`
div.paginator-inner!= paginator({ prev_text, next_text, mid_size: 1 })
div.paginator-inner!= paginator({ prev_text, next_text, mid_size: 1, escape: false })
else
div.paginator-post
if page.prev
Expand Down

0 comments on commit 7d321bc

Please sign in to comment.