g
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 14s

This commit is contained in:
x
2025-03-09 04:14:27 +01:00
parent ad6027ab20
commit d02b304728
3 changed files with 25 additions and 6 deletions

View File

@ -65,7 +65,6 @@
<div class="einheit">
@if(typeof pagination !== "undefined")
<nav class="steuerung">
<a href="{{ link.main }}{{ link.path }}{{ pagination.end }}" class="page-item-4 start@if(!pagination.next) disabled@endif">← first</a>
<a href="{{ link.main }}{{ link.path }}{{ pagination.prev }}" class="page-item-2 prev@if(!pagination.prev) disabled@endif">← next</a>
<span>|</span>
<a id="random" class="" href="/random">
@ -75,7 +74,6 @@
|
</span>
<a href="{{ link.main }}{{ link.path }}{{ pagination.next }}" class="page-item-3 next@if(!pagination.next) disabled@endif">prev →</a>
<a href="{{ link.main }}{{ link.path }}{{ pagination.start }}" class="page-item-1 start@if(!pagination.prev) disabled@endif">last →</a>
</nav>
@endif
</div>