diff --git a/Contents/Code/webapp.py b/Contents/Code/webapp.py index 7b53538c..bf5a03f2 100644 --- a/Contents/Code/webapp.py +++ b/Contents/Code/webapp.py @@ -247,6 +247,7 @@ def cache_data(): len(collections_with_themes) / len(collections) * 100) if len(collections_with_themes) else 0, collections_enabled=Prefs['bool_auto_update_collection_themes'], total_count=len(all_items), + type=section.type, ) for item in all_items: diff --git a/Contents/Resources/web/templates/home.html b/Contents/Resources/web/templates/home.html index 379876db..9ee3b49a 100644 --- a/Contents/Resources/web/templates/home.html +++ b/Contents/Resources/web/templates/home.html @@ -31,8 +31,19 @@