remove user comment pagination

?
This commit is contained in:
orangix
2023-08-15 20:59:37 +02:00
parent 8bb1ab0810
commit b8329145f1
3 changed files with 4 additions and 25 deletions

View File

@@ -36,14 +36,6 @@
{{> partials/contextComment }}
{{/each}}
</div>
<div class="mt-4 font-bold">
{{#equal page "0" }}
{{else}}
<a href="{{channel.RelUrl}}?page={{prevPage}}">Previous page</a>
{{/equal}}
<a href="{{channel.RelUrl}}?page={{nextPage}}">Next page</a>
</div>
</main>
{{> partials/footer }}