Move page nav for later

This commit is contained in:
swag 2023-05-13 16:10:28 -04:00
parent 7f4f21c454
commit 2944ba2f55

View File

@ -33,9 +33,9 @@
</nav> </nav>
</article> </article>
<% } =%> <% } =%>
</main> <% if ($last_page && $last_page != 1) { =%>
<% if ($last_page && $last_page != 1) { =%> <nav>
<nav> <%= pagination $this_page, $last_page, ($base_path . '/{page}') %>
<%= pagination $this_page, $last_page, ($base_path . '/{page}') %> </nav>
</nav>
<% } =%> <% } =%>
</main>