approved = true

This commit is contained in:
HolgerHatGarKeineNode
2023-02-27 18:49:54 +01:00
parent 01623de424
commit 7d5d38e44a

View File

@@ -86,6 +86,7 @@ class Header extends Component
'tags',
])
->where('type', 'markdown_article')
->where('approved', true)
->where('news', true)
->orderByDesc('created_at')
->take(2)