[sankaku] update pagination end condition (fixes #265)

Pagination over popular listings (`date:...+order:popular") never
terminates, not even on the site itself, and at some point returns the
same results over and over again.
This commit is contained in:
Mike Fährmann
2019-05-20 15:26:44 +02:00
parent d514d49c72
commit efa805c5d7
3 changed files with 8 additions and 1 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.8.4"
__version__ = "1.8.5-dev"