Skip to content

Commit

Permalink
Update pageNavigator.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor authored Apr 4, 2024
1 parent 2df1f05 commit bc056d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/includes/pageNavigator.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ function findNextAndPrevUrl(navItems, currentUrl) {
};
}
const result=findNextAndPrevUrl(navItems, page.url);
%>
const result = findNextAndPrevUrl(navItems, page.url);
%>

<div>
<div class="doc-pagination pt-40">
Expand Down

0 comments on commit bc056d4

Please sign in to comment.