potential fix for the last fucked up commits xd

This commit is contained in:
x
2026-01-24 10:58:22 +01:00
parent 9c9309435d
commit 2229f32dd3
4 changed files with 18 additions and 14 deletions

View File

@@ -39,7 +39,7 @@
</div>
</div>
<!-- show pagination only for tags and main page -->
@if(!/^\/\d+$/.test(url.pathname))
@if(typeof hidePagination === 'undefined' || !hidePagination)
<div class="collapse navbar-collapse show" id="navbarSupportedContent">
<div class="pagination-container-fluid">
<div class="pagination-wrapper">
@@ -74,7 +74,7 @@
</ol>
</div>
<!-- show pagination only for tags and main page -->
@if(!(/\/\d+$/.test(url.pathname) && !/\/p\/\d+$/.test(url.pathname)))
@if(typeof hidePagination === 'undefined' || !hidePagination)
<div class="collapse navbar-collapse show" id="navbarSupportedContent">
<div class="pagination-container-fluid">
<div class="pagination-wrapper">