From bd029f4b8c0db2885d5e5f7d4f6d60302af7a6e2 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sat, 21 Jan 2012 03:09:21 +0100 Subject: Ignore entries_counter when showing tags --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 786db74..f46c311 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -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: -- cgit v1.2.3