diff --git a/internal/config/query.go b/internal/config/query.go index 026512d..813b8c9 100644 --- a/internal/config/query.go +++ b/internal/config/query.go @@ -52,6 +52,10 @@ func HomepageConfig() homepage.Config { item.Show = true } + if !item.IsEmpty() { + item.Show = true + } + if !item.Show { return }