Merge pull request #65 from gutenbergtools/gutenberg1

remove duplicated next link
master
Eric Hellman 2020-11-10 11:58:35 -05:00 committed by GitHub
commit e79ef55651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -150,11 +150,6 @@
accesskey="+"
href="${os.url_carry (start_index = os.next_page_index)}">Next</a>
</py:if>
<py:if test="os.show_next_page_link">|
<a title="Go to the last page of results."
accesskey="+"
href="${os.url_carry (start_index = os.last_page_index)}">Next</a>
</py:if>
</span>
</py:def>