diff --git a/storage/settings.go b/storage/settings.go index 054e4b3..a3209bd 100644 --- a/storage/settings.go +++ b/storage/settings.go @@ -4,7 +4,7 @@ import "encoding/json" func settingsDefaults() map[string]interface{} { return map[string]interface{}{ - "filter": "all", + "filter": "", "feed_list_width": 300, "item_list_width": 300, } diff --git a/template/index.html b/template/index.html index cfbea2d..cec4c66 100644 --- a/template/index.html +++ b/template/index.html @@ -13,7 +13,7 @@