Update template.ejs

This commit is contained in:
bihlink 2022-07-05 23:30:55 +02:00 committed by GitHub
parent b2de779869
commit 76af1fe037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -95,12 +95,6 @@
</div>
<% } %>
</div><!-- container -->
<% if (nextPageLink){ %>
<div class="pagination">
<a class="button" href="<%- nextPageLink %>">Load More</a>
</div>
<% } %>
<% if ( isIndex ){ %>
<script src="/infinite-scroll.js"></script>