generated from muhtadeetaron/nextjs-template
initial commit
This commit is contained in:
9
newspaper/partials/pagination.hbs
Normal file
9
newspaper/partials/pagination.hbs
Normal file
@ -0,0 +1,9 @@
|
||||
<custom-pagination id="custom-pagination" data-current-page="1" data-is-archivepage="{{is_archivepage}}">
|
||||
<nav class="pagination-nav">
|
||||
{{#if next}}
|
||||
<button id="load-more-btn" class="pagination-button button" style="display: {{#if pagination.next}}flex{{else}}none{{/if}}">
|
||||
{{t "Load more"}}
|
||||
</button>
|
||||
{{/if}}
|
||||
</nav>
|
||||
</custom-pagination>
|
||||
Reference in New Issue
Block a user