diff --git a/internal/config/query.go b/internal/config/query.go index 026512df..813b8c92 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 }