Move nav for CSS stuff later

This commit is contained in:
swagg boi 2023-05-13 17:50:19 -04:00
parent 2944ba2f55
commit 15baa4303a

View file

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