Skip to content

Commit

Permalink
🐛 Fix: paginator bug
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #234
  • Loading branch information
Molunerfinn committed Jan 29, 2020
1 parent c326a6b commit 197c530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layout/includes/pagination.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
var options = {
prev_text: '<i class="fa fa-chevron-left"></i>',
next_text: '<i class="fa fa-chevron-right"></i>',
mid_size: 1
mid_size: 1,
escape: false
}
nav#pagination
if(!is_post())
Expand Down

0 comments on commit 197c530

Please sign in to comment.