Add all link to feed control

This commit is contained in:
Tim Van Baak 2019-12-20 15:10:27 -08:00
parent bc2554cbfb
commit 61a9761b8c
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ def root():
if total > 0:
# Create the feed control item
link_table = []
link_table = ["<tr><td>{0}</td><td>{1}</td><td></td><td></td></tr>".format(
total, make_query_link("all", [], []))]
for tag, count in sorted(active_tags.items()):
links = [count]
links.append(make_query_link(tag, [tag], []))