Entrycounter should work now
This commit is contained in:
parent
334e6687a9
commit
485b4fe81a
@ -432,7 +432,7 @@ else:
|
||||
content.close()
|
||||
entry_counter += 1
|
||||
|
||||
if not month_display and not post_display and not allentries_display and entry_counter == entries_per_page: # Display pagelist
|
||||
if not month_display and not post_display and not allentries_display and entry_counter >= entries_per_page: # Display pagelist
|
||||
print ' <div class="entry"><a href=?a=1>View all entries...</a></div>'
|
||||
|
||||
print ' </div>'
|
||||
|
Loading…
Reference in New Issue
Block a user