Ignore entries_counter when showing tags
This commit is contained in:
parent
ae794083b2
commit
bd029f4b8c
@ -623,7 +623,7 @@ else:
|
||||
|
||||
if month_display == date_to_compare or not month_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:
|
||||
content = open(entry, "r", encoding="utf8")
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user