This commit is contained in:
mez 2025-08-24 22:28:09 +01:00
parent f0d5bdcd17
commit 6208ba6644

View file

@ -1253,7 +1253,7 @@ def booksfrontpage():
while sumyear > 1993:
if len(thisyearbooks(sumyear)) > 0:
if presplit:
bookindex.write (" · ")
bookindex.write (" · ")
bookindex.write("<a href=\"/trackers/books/" + str(sumyear) + "\">" + str(sumyear) + "</a>&nbsp;(" + str(len(thisyearbooks(sumyear)) + thisyearworkbooks(sumyear)) + ")")
presplit = True
sumyear -= 1