Ignore entries_counter when showing tags

This commit is contained in:
Stefan Ritter 2012-01-21 03:09:21 +01:00
parent ae794083b2
commit bd029f4b8c
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ else:
if month_display == date_to_compare or not month_display: if month_display == date_to_compare or not month_display:
if post_display == title.replace(" ", "-") or not post_display: if post_display == title.replace(" ", "-") or not post_display:
if allentries_display == "1" or entry_counter < entries_per_page: if allentries_display == "1" or entry_counter < entries_per_page or tag_display != "":
if utf8: if utf8:
content = open(entry, "r", encoding="utf8") content = open(entry, "r", encoding="utf8")
else: else: