2019-05-04 08:01:50 +03:00
|
|
|
<nav class="pagination">
|
2020-09-24 05:25:42 +03:00
|
|
|
{{#if next}}
|
|
|
|
<a class="older-posts" href="{{page_url next}}"></a>
|
|
|
|
{{/if}}
|
2019-05-04 08:01:50 +03:00
|
|
|
</nav>
|
|
|
|
<div class="infinite-scroll-status">
|
2020-09-24 05:25:42 +03:00
|
|
|
<div class="infinite-scroll-request"></div>
|
2019-05-04 08:01:50 +03:00
|
|
|
</div>
|
|
|
|
<div class="infinite-scroll-action">
|
2020-09-24 05:25:42 +03:00
|
|
|
<button class="infinite-scroll-button button">Load More</button>
|
2019-05-04 08:01:50 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{#contentFor "body_class"}}{{#if next}} paged-next{{/if}}{{/contentFor}}
|