mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
approved = true
This commit is contained in:
@@ -86,6 +86,7 @@ class Header extends Component
|
|||||||
'tags',
|
'tags',
|
||||||
])
|
])
|
||||||
->where('type', 'markdown_article')
|
->where('type', 'markdown_article')
|
||||||
|
->where('approved', true)
|
||||||
->where('news', true)
|
->where('news', true)
|
||||||
->orderByDesc('created_at')
|
->orderByDesc('created_at')
|
||||||
->take(2)
|
->take(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user